This is a migrated thread and some comments may be shown as answers.

Week Starts with Monday Instead of Sunday for en-US Culture

1 Answer 342 Views
Globalization
This is a migrated thread and some comments may be shown as answers.
Brian Roth
Top achievements
Rank 1
Brian Roth asked on 27 Oct 2015, 09:57 PM

In version 2015.3.930, it looks like the calendar.firstDay property is set to 1 (Monday) instead of 0 (Sunday) ​in the en-US culture definition. This is causing calendar and date picker widgets to start with Monday instead of Sunday. You can test this by running the following in your browser console:

kendo.culture("en-US");
kendo.culture().calendar.firstDay; // Returns 1 (Monday)

 

For now, the quick fix is just to change this in the kendo.culture.en-US.min.js file.

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 30 Oct 2015, 08:13 AM
Hi Brian,

Thank you for bringing this to our attention. 
Here is a link to the GitHub issue, where you can track its status.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Globalization
Asked by
Brian Roth
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or