视图中日单元格显示的日期
date | Date | 需要格式化的日期 |
Available only in PRO Edition
scheduler.templates.week_agenda_scale_date = function(date) {
var scale_date_format = scheduler.date.date_to_str("%l, %F %d");
return scale_date_format(date);
};
此template需要启用week_agenda插件。