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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.