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