Skip to main content

map_date

Description

Specifies the date in the header of the view

map_date: (start: Date, end: Date) => string

Parameters

  • start - (required) Date - the start date of the view
  • end - (required) Date - the end date of the view

Returns

  • text - (string) - html text for rendering in the scheduler

Example

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

Applicable views: Map view

Details

note

The template requires the map_view plugin to be activated.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.