Wijmo UI for the Web
displayDate Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  Date
    returnsValue = $(".selector").wijcalendar("option", "displayDate");
    
    // Set value
    var newValue; // Type:  Date
    $(".selector").wijcalendar("option", "displayDate", newValue);
        
});
var displayDate : Date;
See Also

Reference

options type
wijcalendar jQuery Widget