month_date_class

定义分配给日期单元格的CSS类

dateDate需要格式化的日期

Example

scheduler.templates.month_date_class = function(date){
    return "";
};

Applicable views:月视图
See also
返回顶部