Skip to content
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

Date range picker, start week on Monday. #6453

Open
vitaly-ma opened this issue Sep 14, 2023 · 1 comment
Open

Date range picker, start week on Monday. #6453

vitaly-ma opened this issue Sep 14, 2023 · 1 comment

Comments

@vitaly-ma
Copy link

I want to make the week start on Monday. Is there any way of doing this?

image

@deathvulture
Copy link
Contributor

deathvulture commented Oct 19, 2023

I think you have to change the locale of the date picker, but to do that you need to build your own image

Here you have the docs

The components are here

Probably the ones you want to modify are:

DateInput.jsx
DateRangeInput.jsx
DateTimeInput.jsx
DateTimeRangeInput.jsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants