Flatpickr: Starting week on monday or another day

Created on 21 May 2019  路  3Comments  路  Source: flatpickr/flatpickr

Is it possible that the picker displays monday as the first day of the week (instead of sunday right now) ?

Most helpful comment

I expected to find this in the config section too. Here is a link and example which is maybe more helpful than "read the docs".

https://flatpickr.js.org/localization/

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

All 3 comments

yes, please read the docs

sorry, didn't see it the first time, I was looking for it in the config section

I expected to find this in the config section too. Here is a link and example which is maybe more helpful than "read the docs".

https://flatpickr.js.org/localization/

flatpickr(myElem, {
    locale: {
        firstDayOfWeek: 2
    }
});
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Spoki4 picture Spoki4  路  3Comments

bedakb picture bedakb  路  3Comments

anhskohbo picture anhskohbo  路  3Comments

ibarral picture ibarral  路  3Comments

rafaelrenanpacheco picture rafaelrenanpacheco  路  4Comments