wijmo.evcal.wijevcal Namespace > options type : dayHeaderFormat Option |
Default value: '{0:d }'
Format of the text for the day cell header(month view). Format argument: undefined = Day date.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijevcal("option", "dayHeaderFormat"); // Set value var newValue; // Type: string $(".selector").wijevcal("option", "dayHeaderFormat", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { dayHeaderFormat: "undefined" });