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.
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.
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:
it works. Thank you.