#6801 closed defect (fixed)
dojo.date.locale does not format "standalone" dates correctly.
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Date | Version: | 1.1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
dojo.date.locale supports a character code 'c' for 'standalone' date formats (with a comment saying "don't see this in the spec?".
the 'c' code is mapped to a 'standalone' format type; e.g days-standalone-narrow.
However, the resource bundles have keys like 'days-standAlone-narrow'. As a result, no 'standalone' format codes work.
Change History (5)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 13 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
Note: See
TracTickets for help on using
tickets.
(In [13789]) Good catch. Fix case to match 'standAlone'. Refs #6801