vue-tailwind-datepicker
vue-tailwind-datepicker copied to clipboard
Configurable first day of week
Is your feature request related to a problem? Please describe. No.
Describe the solution you'd like As far as I can see from the source and documentation, the first day of the week is set automatically depending on user locale. That is nice in most situations, but in some cases, developers will lilely need to set the first day of the week independent of the locale.
Any solution to this? I really need to change it to monday instead of sunday.
@PeeJeeDR it's already handle by language.
you need an override ?
@xibman It would be nice if we could also pass it as a prop.
+1 for this feature