weekStart
Optional. Sets the starting day of the week
weekStart?: "monday" | "sunday" | "saturday";
Default value: "sunday"
Example
const calendar = new dhx.Calendar("calendar_container", {
weekStart:"monday"
});
Related sample: Calendar. Week start
Change log:
- The
weekStart: "saturday"
option is available from v7.3.6