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

Format of the text for the day header in the day view. Format argument: {0} = Day date.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijevcal("option", "dayViewHeaderFormat");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijevcal("option", "dayViewHeaderFormat", newValue);
        
});
var dayViewHeaderFormat : any;
Example
$("#eventscalendar").wijevcal(
      { dayViewHeaderFormat: "{0: d}" });
Remarks
Format argument: {0} = Day date. day: "all-day events", week: "{0:d dddd}", list: "{0:d dddd}", custom: "{0:d dddd}" }
See Also

Reference

options type
wijevcal jQuery Widget