g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
722 stars 421 forks source link

First Day of Week is Incorrect #335

Open erkanarslan opened 6 years ago

erkanarslan commented 6 years ago

I am trying to localize the datepicker to Turkish. I tried changing day and month names first. Angular i18n files have no effect. I tried moment.js language file and it worked. However, only the language changes. First day of the week is still Sunday which should be Monday for Turkish locale. I searched the internet but couldn't find a solution.

marcaparent commented 6 years ago

Not a frequent angular-datepicker contributor/user, buy maybe you could find your answer here? http://momentjs.com/docs/#/manipulating/start-of/

erkanarslan commented 6 years ago

@marcaparent It is not related to that. That momentjs method gets start of day, week etc. for a given date. In my case, datepicker ui shows sunday as the first day of the week.