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.map_date = function(start, end) {
return '';
};
The template requires the map_view plugin to be activated.