Skip to main content

week_date_class

Description

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

week_date_class: (start: Date, today: Date) => string

Parameters

  • start - (required) Date - the start date of the column
  • today - (required) Date - the current date

Returns

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

Example

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

Applicable views: Week view, Units 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.