DatePicker and FirstDayOfWeek

In Spain and in other regions the first day of the week is not Sunday.
In particular in Spain it is Monday.
It would be great to be able to configure the DatePicker to determine which is the first day of the week.
Another possibility would be to use DateTimeFormatInfo.FirstDayOfWeek of System.Globalization that allows to determine which is the first day of the week depending on the culture.

Thank you

Other DatePicker
OtherDatePicker
Radzen DatePicker
RadzenDatePicket

Thanks for the report @Emilio! We will add support for that in one of the next updates!

1 Like

Any update on this?
This is supported on Angular but not in Blazor

It’s actually supported

@enchev The FirstDayOfWeek property is not documented and not available to set on the component as well.

Our app is deployed to an Azure App Service where we wont be able to change the locale settings.
If the property is made available, just like in the Angular component, it will help.

This thread is for DatePicker component not for Scheduler

Hi, kindly advise how to set the FirstDayOfWeek for DatePicker?

There is no FirstDayOfWeek property for the DatePicker component.
I have tried to use DateTimeFormatInfo.FirstDayOfWeek of System.Globalization.
But it is still showing Sun to Mon, instead of Mon to Sun.

Kindly advise. Thank You!

Hey @Sonia_Luo,

This functionality depends on the culture of your application.

Hi, thanks for your prompt reply.

I have tried to configure the culture as "es-ES" in the Startup.cs. However, the DatePicker is still showing Sun to Sat. Do you have any sample code for reference?

Thank you very much!

Check our demos source code for details how to enable localization: