Wijmo UI for the Web
dayViewHeaderFormat Field

Format of the text for the day header in the day view. Format argument: undefined = Day date.

Syntax
Javascript (Usage) 
var value; // Type: any
value = jQuery.wijmo.wijevcal.options.dayViewHeaderFormat;
Javascript (Specification) 
var dayViewHeaderFormat : any;
Example
$("#eventscalendar").wijevcal(
        { dayViewHeaderFormat: "{0: d}" });
Remarks
Format argument: undefined = Day date. day: "all-day events", week: "{0:d dddd}", list: "{0:d dddd}" }
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.