calendarHeader

the format for the title with the month name and year

string calendarHeader;

Example

webix.ui({
        container:"box",
        date:new Date(2012,3,16),
        view:"calendar",
        calendarHeader:"%F, %Y"
});


Default value:

"%F %Y"
See also
Back to top