arqex / react-datetime

A lightweight but complete datetime picker react component.
1.99k stars 873 forks source link

Change first day of the week #796

Closed anandqb closed 3 years ago

anandqb commented 3 years ago

Hi! is it possible to change the first day of the week without having to rely on locale? The requirement is to have an option for the user to change the first day of the week so that the date picker always renders with the selected day as the first day of the week for that particular user. it is high priority for our project. @arqex @vahissan @onlined @kkalv

onlined commented 3 years ago

Not trying to be rude, but you shouldn't expect anyone to care about your project.

I don't want to work on implementing this, because it didn't get my interest. I can review it though if you open a PR.

anandqb commented 3 years ago

Thanks for the quick reply, I just wanted to express it would be really helpful if there is some way to do this already.

anandqb commented 3 years ago

For anyone else having a similar problem you can set the start day of the week using moment js locale See https://codesandbox.io/s/magical-hamilton-pgrts Cheers!