wijmo.evcal.wijevcal Namespace > options type : selectedDates Option |
Default value: null
The selected dates.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: Date returnsValue = $(".selector").wijevcal("option", "selectedDates"); // Set value var newValue; // Type: Date $(".selector").wijevcal("option", "selectedDates", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { selectedDates: [new Date(2012, 11, 21), new Date(2015, 11, 21)] });