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
맨 위로