Wijmo UI for the Web
displayDate Option

Gets or sets the display date for the first month view. You can specify the date via a Date object.

Syntax
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) 
var displayDate : Date;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.