Wijmo UI for the Web
firstRowDayHeaderFormat Option

Default value: '{0:ddd d}'

Format of the text for the first cell header in the first row of the month view. Format argument: undefined = Day date.

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

See Also

Reference

options type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.