Wijmo UI for the Web
maxDate オプション

デフォルト値: null

入力できる最も遅い日付(最大日付)を決定します。

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

関連トピック

参照

options タイプ
wijinputdate jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.