jQuery datepicker - change "today" date?

Posted by Newbie on Stack Overflow See other posts from Stack Overflow or by Newbie
Published on 2010-03-25T14:14:02Z Indexed on 2010/03/25 14:33 UTC
Read the original article Hit count: 306

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about datepicker