month_date_class
Description
定义分配给日期单元格的CSS类
month_date_class: (date: Date) => string
Parameters
date- (required) Date - 需要格式化的日期
Returns
css_class- (string) - 对应元素的CSS类
Example
scheduler.templates.month_date_class = function(date){
return "";
};
Applicable views: Month view
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.