Search and Top Navigation
#7228 closed feature (wontfix)
Opened April 08, 2011 10:40AM UTC
Closed June 24, 2014 11:32PM UTC
Add Oridinal Suffix to Date Picker Formatting
Reported by: | JasonS | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.11 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be very helpful if the date picker could return the ordinal suffix as a date format variable.
Example. If my site formats dates as 1st April 2011.
The closest I can get with jQuery UI is '1 April 2011'
It would be great if ddd could add the suffix to the date.
Attachments (0)
Change History (3)
Changed October 11, 2012 02:43PM UTC by comment:1
milestone: | 1.9.0 → 1.11.0 |
---|
Changed October 19, 2012 10:10PM UTC by comment:2
status: | new → open |
---|
Changed June 24, 2014 11:32PM UTC by comment:3
resolution: | → wontfix |
---|---|
status: | open → closed |
This is out of scope for the datepicker widget. We're in the process of changing datepicker to rely on Globalize which pulls data from CLDR. You'd need to handle this yourself.