Opened 14 years ago
Closed 14 years ago
#4397 closed bug (fixed)
wrong date type sent to Datepicker.onClose event
Reported by: | conkey2 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.datepicker | Version: | 1.7.1 |
Keywords: | event onClose | Cc: | |
Blocked by: | Blocking: |
Description
The Datepicker.onClose event function receives a string instead of a Date object in the first parameter. The documentation says it should receive a date object.
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in the documentation. The onClose function has always passed the date as a string.