ghiscoding / Aurelia-Bootstrap-Plugins

Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
https://ghiscoding.github.io/Aurelia-Bootstrap-Plugins
MIT License
45 stars 23 forks source link

Begin of the week #49

Closed arnonuem closed 6 years ago

arnonuem commented 6 years ago

Is there a way to set the begin of the week to Monday instead of Sunday?

I haven't found such a property here -> full options

In the FAQ if found this:

How do I change the start of the week? Start of the week is based on the locale provided. This is defined by moment's locales. If you want to change it, create your own locale file or override. See moment's docs.

I set my locale to de but the week starts with sunday instead it should start with monday.

arnonuem commented 6 years ago

Just found out that the bug is in moment.js library! momentjs at line 29 weekdays : 'Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag'.split('_'), I will submit a pullrequest there.