sets the format of server request parameters 'from', 'to' in case of dynamic loading
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");