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:月视图, 年视图
Details

See also
返回顶部