Wijmo UI for the Web
displayDate フィールド

最初の月ビューの表示日付を取得または設定します。 Date オブジェクトを使用して日付を指定できます。

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

関連トピック

参照

options タイプ
wijcalendar メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.