#1708 closed defect (fixed)
dojo.date.format fails for patterns without separators
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Date | Version: | 0.4 |
Keywords: | Cc: | Karl Tiedt | |
Blocked By: | Blocking: |
Description
dojo.date.format(new Date(2006,9,20), {datePattern:"dd/MMyyyy", selector:"dateOnly"})
"20/undefined"
dojo.date.format(new Date(2006,9,20), {datePattern:"ddMMyyyy", selector:"dateOnly"})
"00000020"
Change History (5)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Priority: | normal → high |
---|
comment:3 Changed 16 years ago by
Milestone: | 0.5 → 0.4.1 |
---|---|
Status: | new → assigned |
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
turns out, this is a bug with the existing zh date code, which has formats beginning "ahh..."