Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#4301 closed bug (fixed)

Datepicker: option dateFormat getter does not return same value as setter

Reported by: martin-kissel Owned by:
Priority: critical Milestone: 1.7.2
Component: ui.datepicker Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:

Description

Setting an option after initialization using for example $(#datepicker).datepicker('option', 'dateFormat' , 'mm/dd/yy'); works fine, but trying to retrieve a value using alert($(#datepicker).datepicker('option', 'dateFormat')); returns [object Object].

Change History (3)

comment:1 Changed 15 years ago by rdworth

Component: ui.coreui.datepicker
Milestone: TBD1.8
Priority: minorcritical
Summary: Getting options after initialization of UI returns objectDatepicker: option dateFormat getter does not return same value as setter

comment:2 Changed 15 years ago by kbwood

Resolution: fixed
Status: newclosed

Fixed in r2418.

comment:3 Changed 14 years ago by rdworth

Milestone: 1.81.7.2
Note: See TracTickets for help on using tickets.