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