eouia / MMM-CalendarExt

Calendar views for MagicMirror
MIT License
55 stars 18 forks source link

Change the first day of the week #34

Closed ingo916 closed 6 years ago

ingo916 commented 6 years ago

Is there a way to change the first day of the week from Sunday to Monday? I would like the calendar to begin with Monday.

eouia commented 6 years ago

It depends on which locale you are under. Change locale to your purpose.

eouia commented 6 years ago

Monday is the first day of the week according to the international standard ISO 8601, but in the US, Canada, and Japan it's counted as the second day of the week. So, If you are using en-US as locale, Sunday will be the first day of the week. If you are using en-GB as locale, Monday will be the first day of the week.

ingo916 commented 6 years ago

Thank you!!! the local en-GB work the way i needed it to.

gidimiz commented 4 years ago

Hi. How can I set my work week from Sunday and Friday & Saturday off? I tried using ( https://momentjs.com/ ) English ( Israel) system: { locale: "en-il" }, and its not changing.