month_date

sets the format for the header of the Month view

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:Month View
Details

See also
Back to top