repeat_date

指定“recurring” lightbox 中“End by”字段使用的日期格式

string repeat_date;

Example

scheduler.config.repeat_date = "%m/%d/%Y";
...
scheduler.init('scheduler_here',new Date(2019,05,11),"month");


Default value:

"%m.%d.%Y"
Details

该属性需要启用 recurring 扩展。

默认情况下,“End by”字段中输入的日期被视为排他的。

See also
返回顶部