Monday as first day of the week

Hi,
I need all the calendars to start on monday instead of sunday, is there a snippet to edit the flatpickr properties?
I saw here that you just need to set:

flatpickr(myElem, {
    locale: {
        firstDayOfWeek: 0
    }
});

Thank you so much in advance.
Emilio Micali

Hi,

You can change the first day of the week in WP Dashboard > Settings > General. If this option doesn’t work for you, then you’ll need a custom implementation.

​I hope this is helpful to you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.