Opened 10 years ago
Closed 5 years ago
#13373 closed defect (patchwelcome)
toISOString of Invalid date should produce 'null'
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | Date | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
to match ES5. Right now:
`js
dojo.date.stamp.toISOString(new Date("xyz"))
`
yields
`
"0NaN-NaN-NaNTNaN:NaN:NaN+NaN:NaN"
`
Change History (1)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Given that no one has shown interest in creating a patch in the past 4+ years, I'm closing this as patchwelcome.