Wijmo UI for the Web
timeRulerFormat Option

Default value: '{0:h tt}'

Time ruler format for the Day view.

Syntax
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) 
var timeRulerFormat : string;
Example
$("#eventscalendar").wijevcal(
                                    { timeRulerFormat: "{0:t}" });
Remarks
Format argument: undefined = Current ruler time.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.