HI, i wondered if anybody knows how to display the date in one format
(dd-mm-yyyy) to but have the actual value posted in the form a
different one('yy-mm-dd).
The manual suggests this:
Display one date format and send another from a different field.
$(".selector").datepicker({
altField: '#actualDate', altFormat: 'yy-mm-dd' })
but i can't see how i would grab that information when the form is
posted?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---