Wijmo UI for the Web
dayViewHeaderFormat Option

Format of the text for the day header in the day view. Format argument: undefined = Day date.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijevcal("option", "dayViewHeaderFormat");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijevcal("option", "dayViewHeaderFormat", newValue);
        
});
Javascript (Specification) 
var dayViewHeaderFormat : any;
Example
$("#eventscalendar").wijevcal(
        { dayViewHeaderFormat: "{0: d}" });
Remarks
Format argument: undefined = Day date. day: "all-day events", week: "{0:d dddd}", list: "{0:d dddd}" }
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.