specifies the time part of the start and end dates of the event. Mostly used by other templates for presenting time periods
date | Date | the date which needs formatting |
scheduler.templates.event_date = function(date){
var formatFunc = scheduler.date.date_to_str(scheduler.config.hour_date);
return formatFunc(date);
}