map_date

specifies the date in the header of the view

startDatethe start date of the view
endDatethe end date of the view

Example

//default definition
scheduler.templates.map_date = function(start, end) {
    return '';
};

Applicable views:Map View

Related samples

Details

The template requires the map_view plugin to be activated.

See also
Back to top