map_date

设置视图头部显示的日期

startDate视图的开始日期
endDate视图的结束日期

Example

//默认定义
scheduler.templates.map_date = function(start, end) {
    return '';
};

Applicable views:地图视图

Related samples

Details

该template仅在启用map_view插件时有效。

See also
返回顶部