Using
$('#StartDate').Datepicker({ dateFormat: 'dd-M-yyyy' });
~or~
$('#StartDate').Datepicker({ dateFormat: 'mm/dd/yy' });
to initialize the UI DatePicker to return a specific date format.
It produces an error: (using jQuery 1.3)
The error returned from VSExpress is: Object doesn't support this
property or method.
$('#StartDate').Datepicker(); does not produce an error but does not
return the correct format.
any light shed on this issue will be greatly appreaciated.
RobGMiller...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---