Skip to main content

agenda_date

Description

Specifies the date in the header of the view

agenda_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) - the html text which will be rendered

Example

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

Applicable views: Agenda view

Details

note

The template requires the agenda_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.