Wijmo UI for the Web
selectedDate フィールド

デフォルト値: null

選択された日付。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: Date
    returnsValue = $(".selector").wijdatepager("option", "selectedDate");
    
    //値を設定します
    var newValue; //タイプ: Date
    $(".selector").wijdatepager("option", "selectedDate", newValue);
        
});
Javascript (Specification) 
var selectedDate : Date;

関連トピック

参照

options タイプ
wijdatepager メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.