Skip to content

Instantly share code, notes, and snippets.

@rolldone
Created February 17, 2020 04:15
Show Gist options
  • Save rolldone/e0bc1f7c974d0817488f0d14910c10ea to your computer and use it in GitHub Desktop.
Save rolldone/e0bc1f7c974d0817488f0d14910c10ea to your computer and use it in GitHub Desktop.
Get a week from date
console.log(moment().isoWeekday()); // returns 1-7 where 1 is Monday and 7 is Sunday
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment