ui.Datepicker
ui.Datepicker
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?