Skip to main content

Search and Top Navigation

#4301 closed bug (fixed)

Opened March 08, 2009 11:33AM UTC

Closed April 01, 2009 10:11AM UTC

Last modified June 12, 2009 12:38PM UTC

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].

Attachments (0)
Change History (3)

Changed March 18, 2009 10:44AM UTC by rdworth comment:1

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

Changed April 01, 2009 10:11AM UTC by kbwood comment:2

resolution: → fixed
status: newclosed

Fixed in r2418.

Changed June 12, 2009 12:38PM UTC by rdworth comment:3

milestone: 1.81.7.2