sets the initially selected date range
webix.ui({ view:"daterange", value:{ start: new Date(), end: webix.Date.add(new Date(), 2, "month") } });
The value object contains two properties: