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 comment:1
| component: | ui.core → ui.datepicker |
|---|---|
| milestone: | TBD → 1.8 |
| priority: | minor → critical |
| summary: | Getting options after initialization of UI returns object → Datepicker: option dateFormat getter does not return same value as setter |
Changed April 01, 2009 10:11AM UTC by comment:2
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Fixed in r2418.
Changed June 12, 2009 12:38PM UTC by comment:3
| milestone: | 1.8 → 1.7.2 |
|---|