specifies the format of start and end dates displayed in the tooltip
date | Date | the date which needs formatting |
scheduler.templates.tooltip_date_format=function (date){
var formatFunc = scheduler.date.date_to_str("%Y-%m-%d %H:%i");
return formatFunc(date);
}
The template requires the tooltip plugin to be enabled.