month_day

월 및 연도 뷰의 셀에 표시되는 날짜 형식을 정의합니다.

string month_day;

Example

scheduler.config.month_day="%j";
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

"%d"
Applicable views:Month View, Year View
Details

See also
맨 위로