Documentation

date

sets the initial date of the calendar (particularly month and year).

object date;

Example

webix.ui({
    container:"box",
    weekHeader:true,
    date:new Date(2012,3,16),
    view:"calendar"
});

See also

Back to top