jQuery datepicker - change "today" date?
- by Newbie
Hello!
Is there a way to change the "today" date in jquery.ui datepicker?
With today, I mean today (class="ui-datepicker-today") and not the minDate or the current-selected date!
I figured out, that datepicker uses the system time for default values. Now I get the current date from my server and set it to my minDate. But I didn't find a way to set the today-date...
It still uses my system date (there are some users out there whose systemdate is in the year 2000 or earlier).
Can U help me plz?