Skip to main content

month_date_class

Description

Specifies the CSS class that will be applied to a day cell

month_date_class: (date: Date) => string

Parameters

  • date - (required) Date - the date which needs formatting

Returns

  • css_class - (string) - css class for related element

Example

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

Applicable views: Month view

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.