Closed ben-girardet closed 4 years ago
Currently the weekdays in the calendar always start on Sunday. However this is a locale specific thing and we should call weekdays(true) in order to follow locale in used by moment.
weekdays(true)
See https://stackoverflow.com/questions/43520233 for more infos.
Thanks @ben-girardet 👍 @EisenbergEffect queuing for a release of this, together with ui-virtualization
Thanks for the quick merge !
Currently the weekdays in the calendar always start on Sunday. However this is a locale specific thing and we should call
weekdays(true)
in order to follow locale in used by moment.See https://stackoverflow.com/questions/43520233 for more infos.