getredash / redash

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
http://redash.io/
BSD 2-Clause "Simplified" License
25.33k stars 4.29k forks source link

Date range picker, start week on Monday. #6453

Open vitaly-ma opened 9 months ago

vitaly-ma commented 9 months ago

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

image

deathvulture commented 8 months ago

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