Calendar marking

Hi team,

It seems that calendar is not marking pre-defined date. What am I doing wrong?
I would like to see green background around selected date.

http://webix.com/snippet/f4c8b04a

Hi! The date property specifies the initial year/month without highlighting the day or setting the value.

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

http://webix.com/snippet/b384c45e

it works. Thank you.