wijmo.evcal.wijevcal Namespace > options type : firstRowDayHeaderFormat Option |
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) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijevcal("option", "firstRowDayHeaderFormat"); // Set value var newValue; // Type: string $(".selector").wijevcal("option", "firstRowDayHeaderFormat", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { firstRowDayHeaderFormat: "undefined" });