跳转到主要内容

start_on_monday

Description

设置一周的起始天

start_on_monday: boolean

Example

scheduler.config.start_on_monday = false;
...
scheduler.init('scheduler_here', new Date(2013, 05, 11), "week");

Default value: true

Applicable views: Month view, Week view, Week Agenda view, Year view

Details

当该参数设置为 true 时,周的起始日为星期一;如果设置为 false,则周的起始日为星期天。

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.