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