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" ).
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().