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