Created
August 17, 2015 18:10
-
-
Save guyhughes/084f243e5336a3bc72bb to your computer and use it in GitHub Desktop.
Make monday the beginning of the week in moment.js persistently
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// set Monday to beginning of week | |
moment.locale('en', {week: {dow:1}}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment