Wijmo UI for the Web
timeRulerFormat Option
wijmo.evcal.wijevcal Namespace > options type : timeRulerFormat Option

Default value: '{0:h tt}'

Time ruler format for the Day view.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "timeRulerFormat");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "timeRulerFormat", newValue);
        
});
var timeRulerFormat : string;
Example
$("#eventscalendar").wijevcal(
  { timeRulerFormat: "{0:t}" });
Remarks
Format argument: {0} = Current ruler time.
See Also

Reference

options type
wijevcal jQuery Widget