dojo/date cannot parse Hebrew date patterns containing EEEE
dojo.date.locale.parse(dojo.date.locale.format(new Date(), {locale:'he', formatLength:'full', selector:'date'}), {locale:'he', formatLength:'full', selector:'date'})
returns null. The problem is that the substituted text for EEEE contains a space which dojo/date/parse hardcodes as a field delimiter.
Change History (4)
Milestone: |
tbd →
1.9.1
|
Owner: |
changed from Adam Peller to Douglas Hays
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
fix