I mean, I found here a way to disable an array of nationalDays.
I'm trying to make a code to disable the national days and also to highlight some other days (I'm coding a web app and I will pass another array of days) but to let them enabled.
Imagine a calendar where you can see three different day colors. The first one, today's date. The second, greyed disabled national days. And in a third color, different days where something special will happen.
Is this possible.
Also, where can i find the css codes in datepicker ui to change the default date, and the disabled date css properties.
Thanks in advance.