Format of the text for the day header in the day view. Format argument: {0} = Day date.
$(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;
$("#eventscalendar").wijevcal( { dayViewHeaderFormat: "{0: d}" });
options type wijevcal jQuery Widget