day_date

specifies the date in the header of the Day and Units views

dateDatethe date which needs formatting

Example

scheduler.templates.day_date = function(date){
    var formatFunc = scheduler.date.date_to_str(scheduler.config.default_date);
    return formatFunc(date);
};

Applicable views:Day View, Units View
See also
Back to top