Wijmo UI for the Web
selectedDate Option

Default value: null

The selected date.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  Date
    returnsValue = $(".selector").wijevcal("option", "selectedDate");
    
    // Set value
    var newValue; // Type:  Date
    $(".selector").wijevcal("option", "selectedDate", newValue);
        
});
Javascript (Specification) 
var selectedDate : Date;
Example
$("#eventscalendar").wijevcal(
    { selectedDate: new Date(2015, 11, 21) });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.