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
26.49k stars 4.39k forks source link

Date range picker, start week on Monday. #6453

Open vitaly-ma opened 1 year ago

vitaly-ma commented 1 year ago

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

image

deathvulture commented 1 year 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