Wijmo UI for the Web
dayHeaderFormat Option

Default value: '{0:d }'

Format of the text for the day cell header(month view). Format argument: undefined = Day date.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "dayHeaderFormat");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "dayHeaderFormat", newValue);
        
});
Javascript (Specification) 
var dayHeaderFormat : string;
Example
$("#eventscalendar").wijevcal(
        { dayHeaderFormat: "undefined" });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.