wijmo.evcal.wijevcal Namespace > options type : timeRulerFormat Option |
Default value: '{0:h tt}'
Time ruler format for the Day view.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijevcal("option", "timeRulerFormat"); // Set value var newValue; // Type: string $(".selector").wijevcal("option", "timeRulerFormat", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#eventscalendar").wijevcal( { timeRulerFormat: "{0:t}" });