month_day

sets the format for the day in the cells of the Month and Year views

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
Back to top