Kendo-schedule setting weekstart to monday and setting culture
问题 I am evaluating kendo-ui and i would like to configure the views views: [{type: "week", ...}, { type: "workweek", ...}, { type: "month", ...}] of kendo-ui scheduler to always start with monday. I found Q: Setting first day of week to Monday but is has no accepted answers and offered solutions did not work for me. Trying to set workWeekStart So after trying several things out i ended up with: $("#scheduler2").kendoScheduler({ date: new Date("2014/12/1"), allDayEventTemplate: $("#event-template