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

Default value: null

The selected dates.

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

Reference

options type
wijevcal jQuery Widget