adopted-ember-addons / ember-moment

MIT License
399 stars 122 forks source link

Add updateLocale to moment service #242

Closed rsoo closed 7 years ago

rsoo commented 7 years ago

Adding updateLocale method to moment service

moment.updateLocale() - https://momentjs.com/docs/#/customization/

My use case required globally configuring moment weeks to start on a different weekday. I'm not very familiar with the service/addon so feedback + suggestions are greatly appreciated!

jasonmit commented 7 years ago

Thank you. Will go out in the next minor release.