month_date

定义月视图头部的日期格式

string month_date;

Example

scheduler.config.month_date = "%F, %Y";
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

"%F %Y"
Applicable views:月视图
Details

See also
返回顶部