SyntaxFix
Write A Post
Hire A Developer
Questions
This way you can set the initial day of the week.
moment.locale('en', { week: { dow: 6 } }); moment.locale('en');
Make sure to use it with moment().weekday(1); instead of moment.isoWeekday(1)
moment().weekday(1);