defines formatting of the templates for dates, titles and tooltips in the scheduler
//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);
};
The properties of the templates object are described in a separate chapter of
the root API page 'Scheduler API: Templates'.