specifies the date in the header of the Day and Units views
| date | Date | the date which needs formatting | 
scheduler.templates.day_date = function(date){
    var formatFunc = scheduler.date.date_to_str(scheduler.config.default_date);
    return formatFunc(date);
};