agenda_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.agenda_date = function(start, end) {
    return '';
};

Applicable views:Agenda View
Details

The template requires the agenda_view plugin to be activated.

See also
Back to top