Hi,

I saw this was already asked but there was no reply.
When using a date range parameter, let’s say ‘This week’, it takes Sunday as the first day of the week. Could we make it Monday instead?

Thanks,

Hi @gerard and welcome to the forum! This isn’t supported at the moment. But you can edit the code yourself here.

1 Like

For starting calendar (Date Range) from Monday just update moment.updateLocale in

Hello, friends!
I have Redash Version: 8.0.0+b32245 (a16f551e) installed with Docker on Debian.
It work well with ClickHouse.
And I have same problem:
Unfortunately, Week starts from Sunday:
image

image

I follow the instructions below, and update file config/index.j:
image

But this fix not working for me.

Please Help me to fix this problem. I want to week to start from Monday.
Thanks!

Did you rebuild the front-end with yarn build? If not, your changes to the source code won’t be reflected in production.

1 Like