Hello (again) I Try a simple script ...but I have the same problem... I realy don't understand
This is the code... < !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> < html> < head> < meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> < link rel="stylesheet" type="text/css" href="css/smoothness/jquery- ui-1.7.2.custom.css"> < script type="text/javascript" src="lib/jquery/jquery-1.3.2.js"></ script> < script type="text/javascript" src="scripts/jquery- ui-1.7.2.custom.min.js"></script> < script type="text/javascript" src="scripts/test.js"></script> < title>test</title> < /head> < body> < input name="date_commande" value="" class="datepicker" type="text" /> < /body></html> -------------------------------- and test.js -------------------------- $(document).ready( function () { $('.datepicker').datepicker({ showOn: 'button', buttonImage: 'images/calendar.gif', buttonImageOnly: true, numberOfMonths: 2, showButtonPanel: true, altFormat: 'yy-mm-dd' }); }); for 1St November 2009 my input value is '11/01/2009' and I need '2009/11/01' Please Help ! -- 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.
