aurelia / ux

A user experience framework with higher-level capabilities, designed to bring simplicity and elegance to building cross-device, rich experiences.
MIT License
368 stars 55 forks source link

Fix(datepicker): respect locale specific order for weekdays #321

Closed ben-girardet closed 4 years ago

ben-girardet commented 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.

See https://stackoverflow.com/questions/43520233 for more infos.

bigopon commented 4 years ago

Thanks @ben-girardet 👍 @EisenbergEffect queuing for a release of this, together with ui-virtualization

ben-girardet commented 4 years ago

Thanks for the quick merge !