Search and Top Navigation
#4519 closed bug (wontfix)
Opened May 07, 2009 08:31PM UTC
Closed June 21, 2009 07:49AM UTC
getDate without dateFormat
Reported by: | Yuke | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.datepicker | Version: | 1.7.1 |
Keywords: | datepicker getdate date dateformat | Cc: | thomas.vanderhaeghen@hotmail.com |
Blocked by: | Blocking: |
Description
the date returned with the method 'getDate' is with the default dateFormat.
Attachments (0)
Change History (2)
Changed May 11, 2009 11:22AM UTC by comment:1
component: | ui.core → ui.datepicker |
---|---|
milestone: | TBD → 1.8 |
Changed June 21, 2009 07:49AM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | new → closed |
$(selector).datepicker('getDate') returns the current date as a Date object or null if nothing selected. Use the $.datepicker.formatDate function if you need to display the date in a particular format.