specifies the date in the header of the view
date | Date | the date which needs formatting |
var date_to_str=scheduler.date.date_to_str(scheduler.locale.labels.year_tab +" %Y");
scheduler.templates.year_date = function(date){
return date_to_str(date);
};
The template requires the year_view plugin to be activated.