Skip to content

Instantly share code, notes, and snippets.

@guyhughes
Created August 17, 2015 18:10
Show Gist options
  • Save guyhughes/084f243e5336a3bc72bb to your computer and use it in GitHub Desktop.
Save guyhughes/084f243e5336a3bc72bb to your computer and use it in GitHub Desktop.
Make monday the beginning of the week in moment.js persistently
// 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