week_date

sets the format of the date in the sub-header of the Month view

string week_date;

Example

scheduler.config.week_date="%l, %W";
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

"%l"
Applicable views:Month View
Details

See also
Back to top