wijmo.evcal.wijevcal 名前空間 > options タイプ : selectedDates オプション |
デフォルト値: null
選択された日付。
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: Date returnsValue = $(".selector").wijevcal("option", "selectedDates"); //値を設定します var newValue; //タイプ: Date $(".selector").wijevcal("option", "selectedDates", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal({ selectedDates: [new Date(2012, 11, 21), new Date(2015, 11, 21)] });