If you mean today's date, the css class is

ui-datepicker-today

If you mean the current selected date, the css class is

ui-datepicker-current-day

So to highlight either of those, you can simply use css. Here's how the
default UI datepicker theme does so:

.ui-datepicker-today {
    background: #fcc !important;
}
.ui-datepicker-current-day {
    background: #999 !important;
}

- Richard

On Fri, Dec 5, 2008 at 11:47 AM, fabrice.regnier
<[EMAIL PROTECTED]>wrote:

>
> Hi,
>
> I can't find the option of datepicker that could highlight the current
> day when i open a calendar.
> Any idea ?
>
> thanks in advance,
>
> regards,
>
> f.
>
>

Reply via email to