设置视图头部显示的日期
start | Date | 视图的开始日期 |
end | Date | 视图的结束日期 |
Available only in PRO Edition
//默认定义
scheduler.templates.grid_date = function(start, end){
return scheduler.templates.day_date(start)
+ " - "
+ scheduler.templates.day_date(end);
};
该模板仅在启用grid_view插件时生效。