jQuery.wijmo.wijevcal Namespace > options type : dayViewHeaderFormat Field |
Format of the text for the day header in the day view. Format argument: undefined = Day date.
Javascript (Usage) | |
---|---|
var value; // Type: any value = jQuery.wijmo.wijevcal.options.dayViewHeaderFormat; |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { dayViewHeaderFormat: "{0: d}" });