month_date_class

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

dateDatethe date which needs formatting

Example

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

Applicable views:Month View
See also
Back to top