Skip to main content

Search and Top Navigation

#3246 closed feature (wontfix)

Opened August 22, 2008 02:06PM UTC

Closed September 07, 2008 07:30AM UTC

Last modified October 11, 2012 09:15PM UTC

Get the alternated formatted value

Reported by: apancardo@gmail.com Owned by: grabanski
Priority: major Milestone:
Component: ui.datepicker Version:
Keywords: alternate fields Cc:
Blocked by: Blocking:
Description

It will be good if date can get the alternate formatted value (when you set the altField and altFormat) with a option like datepicker( "getAltDate" ).

Attachments (0)
Change History (2)

Changed September 07, 2008 07:30AM UTC by kbwood comment:1

resolution: → wontfix
status: newclosed

The getDate command returns a Date object that you can then format using $.datepicker.formatDate. Alternatively you could get the value directly from the alternate field: $('altField').val().

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted