Wijmo UI for the Web
selectedDate Option
wijmo.evcal.wijevcal Namespace > options type : selectedDate Option

Default value: null

The selected date.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  Date
    returnsValue = $(".selector").wijevcal("option", "selectedDate");
    
    // Set value
    var newValue; // Type:  Date
    $(".selector").wijevcal("option", "selectedDate", newValue);
        
});
var selectedDate : Date;
Example
$("#eventscalendar").wijevcal(
      { selectedDate: new Date(2015, 11, 21) });
See Also

Reference

options type
wijevcal jQuery Widget