load_date

定义动态加载时服务器请求参数 'from' 和 'to' 的格式

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
返回顶部