week_date_class

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

startDatethe start date of the column
todayDatethe current date

Example

scheduler.templates.week_date_class = function(start, today){
    return "";
};

Applicable views:Week View, Units View
See also
Back to top