week_scale_date

specifies the date in the sub-header of the view

dateDatethe date which needs formatting

Example

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

Applicable views:Week View
See also
Back to top