Wijmo UI for the Web
dayHeaderFormat Option
wijmo.evcal.wijevcal Namespace > options type : dayHeaderFormat Option

Default value: '{0:d }'

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

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

Reference

options type
wijevcal jQuery Widget