Calendar

Is there any property that set Selected date on the ui.calendar ?
Actually i only find .date which does not select date.
I can use setValue() , but i want to be sure that i can’t do it with a property.

Thanks

You can use the setValue() or selectDate() methods as shown in the following snippet:

http://webix.com/snippet/63f059c7

Also, there’s a date property which specifies the initial year/month without highlighting the day or setting the value.