specifies the format of requests in the dynamic loading mode
date | Date | the date which needs formatting |
scheduler.templates.load_format = function(date){
var dateToStr_func = scheduler.date.date_to_str(scheduler.config.load_date);
return dateToStr_func(date);
}
The default format of requests is:
some.php?from=DATEHERE&to=DATEHERE
where DATEHERE - a valid date value in the format defined by the load_date option (according to the default definition of the load_format template).