ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

First-day-of-week #122

Closed negberts closed 7 years ago

negberts commented 7 years ago

Why was first-day-of-week removed? It worked perfectly to get Monday as first day of the week instead of Sunday.

allenhwkim commented 7 years ago

Sorry about the confusion. It has been removed because of duplicate configuration. Please use Ng2Datetime.firstDayOfWeek = 1; from your main.ts or App component.