specifies the date in the header of the view
date | Date | the date which needs formatting |
Available only in PRO Edition
scheduler.templates.unit_date = function(date){
return scheduler.templates.day_date(date);
};
The template requires the units plugin to be activated.