Is it possible that the picker displays monday as the first day of the week (instead of sunday right now) ?
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
}
});
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/