specifies the date in the header of the view
start | Date | the start date of the view |
end | Date | the end date of the view |
//default definition
scheduler.templates.agenda_date = function(start, end) {
return '';
};
The template requires the agenda_view plugin to be activated.