Skip to main content

templates

Description

Defines formatting of the templates for dates, titles and tooltips in the scheduler

templates: SchedulerTemplates

Example

//specifies the date in the header of the Day and Units views
scheduler.templates.day_date = function(date){
return scheduler.date.date_to_str(scheduler.config.default_date);
};

Details

The properties of the templates object are described in a separate chapter of
the root API page 'Scheduler API: Templates'.

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.