wijmo.evcal.wijevcal 名前空間 > options タイプ : 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) | |
---|---|
|
$("#eventscalendar").wijevcal( { timeRulerFormat: "{0:t}" });