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.