Opened 8 years ago
Closed 7 years ago
#17078 closed defect (fixed)
dojox.date.hebrew.locale format fails for English
Reported by: | Adam Peller | Owned by: | hhelena |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.2 |
Component: | Dojox | Version: | 1.9.0rc2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The format code is missing a case in the switch for 'G' (era) which is used in the default date formats for English
>dojox.date.hebrew.locale.format(new dojox.date.hebrew.Date(), {locale:'en'}) Error: dojox.date.hebrew.locale.formatPattern: invalid pattern char: M/d/y GGGGG
A test case for this should be added also.
Change History (4)
comment:1 Changed 8 years ago by
Owner: | changed from Adam Peller to hhelena |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
comment:4 Changed 7 years ago by
Milestone: | tbd → 1.9.2 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 73838256c083b6be706c501d3cbc80771944ea9a/dojox: