-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option for the first day of the week #54
Comments
Sorry, not quite sure I fully understand the request. Would this just be an argument in the datepicker which take in a day such as Monday, Tuesday, etc. and then set up the date picker to show that day's column to be the first on in the calendar view? |
Yes, precisely. It may be an alternative to set the first day of the week based on locale, but I'm not sure whether there is an API to check that conveniently. |
Doesn't seem like there's any way to do this from the locale so I'll just make it a parameter for now. I'm currently working on a couple of other features on the date picker so I'll try and get this implemented after those are done which should be soon. |
Here's my PR to make first day of week locale based: |
The first day is now set based on device locale and can be modified using a parameter as of 0.7.1 |
I've had testers request an option to pick which day is supposed to be the first day of the week in the datepicker. Since that's currently not possible afaik, I would like to request making it an (optional) argument for the date picker.
The text was updated successfully, but these errors were encountered: