captbaritone / captbaritone/datejs
toISOString() only works in Firefox
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
var d = new Date().toISOString();
alert(d);
What is the expected output? What do you see instead?
2009-08-06T23:59:44.535Z
JavaScript error
What version of the product are you using? On what operating system?
Internet Explorer 8, Opera 9.64, Google Chrome 2.0.172.39 and Safari 4.0.2
on Vista.
Please provide any additional information below.
Message: Object doesn't support this property or method
```
Original issue reported on code.google.com by `robbins0...@gmail.com` on 7 Aug 2009 at 12:07
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.