Search code examples
vue.jscalendarprimevue

How to specify first-day-of-week for PrimeVue Calendar?


Is there a way to specify first-day-of-week for PrimeVue Calendar? The best solution would be, if i could set it globally.


Solution

  • For changing first day of the week globally you should go to main.ts and set firstDayOfWeek: 1 for locale by the createApp(App) const. Not forget change the dayNames, dayNamesShort, dayNamesMin for your language too! You can find a list from all the options here