Opened 15 years ago

Closed 15 years ago

Last modified 10 years ago

#3246 closed feature (wontfix)

Get the alternated formatted value

Reported by: [email protected] 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" ).

Change History (2)

comment:1 Changed 15 years ago by kbwood

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

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.