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