wijmo.calendar.wijcalendar Namespace > options type : displayDate Option |
Gets or sets the display date for the first month view. You can specify the date via a Date object.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: Date value = $(".selector").wijcalendar("option", "displayDate"); // Set value var newValue; // Type: Date $(".selector").wijcalendar("option", "displayDate", newValue); }); |
Javascript (Specification) | |
---|---|
|