Hello!
Thanks to both of you for your tips!
Actually, it took me few hours to make it work. The issue was mainly
around regional parameters puzzling the datepicker and preventing it
from refreshing accurately.
So here is what I have implemented :
var curdate = new Date();
jQuery.datepicker.formatDate('yy-mm-dd',curdate);
jQuery('#date-pick').datepicker('setDate',curdate);
Before that, I had date.setHours errors in FF...
Thanks a lot!
Olivier
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---