Wijmo UI for the Web
firstRowDayHeaderFormat Option
wijmo.evcal.wijevcal Namespace > options type : 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: {0} = Day date.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "firstRowDayHeaderFormat");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "firstRowDayHeaderFormat", newValue);
        
});
var firstRowDayHeaderFormat : string;
Example
$("#eventscalendar").wijevcal(
      { firstRowDayHeaderFormat: "{0}" });
See Also

Reference

options type
wijevcal jQuery Widget