Wijmo UI for the Web
timeRulerFormat フィールド

デフォルト値: '{0:h tt}'

日ビューの時刻ルーラーの書式。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijevcal("option", "timeRulerFormat");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijevcal("option", "timeRulerFormat", newValue);
        
});
Javascript (Specification) 
var timeRulerFormat : string;
使用例
$("#eventscalendar").wijevcal( { timeRulerFormat: "{0:t}" });
解説
Format の引数は以下のとおりです。{0} = 現在のルーラーの時刻

関連トピック

参照

options タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.