load_date

sets the format of server request parameters 'from', 'to' in case of dynamic loading

string load_date;

Example

scheduler.config.load_date = "%Y.%m.%d";
scheduler.init('scheduler_here',new Date(2009,10,1),"month");
 
scheduler.setLoadMode("month");
scheduler.load("data/events.php");


Default value:

"%Y-%m-%d"
See also
Back to top