selects the specified date
webix.ui({ view:"calendar", id:"calendar1" }); $$('calendar1').selectDate(new Date(2012,3,30));
The method is analogous to setValue.