Datepicker - display not clickable current date
Hey all!
I'm using jQuery's Datepicker to show events in a calendar. With beforeShowDay option I fire method setScheduledDays(date) that returns [true, '<css-class>'] only for days that display a event and [false, ''] for others. Now I'd like to display the current date as it is by default even it is not clickable; the setScheduledDays(date) function returns [false, ''] for it. I tried to set some UI's css-class to that date but it doesn't apply if the date isn't clickable. Is there any work-around?
Thanks!