olivernn / augment.js

Modern JavaScript in your IE
https://olivernn.github.io/augment.js/
MIT License
431 stars 31 forks source link

.toUTCString is really .toISOString #4

Closed wallin closed 13 years ago

wallin commented 13 years ago

see https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/toISOString vs. https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/toUTCString

olivernn commented 13 years ago

Thanks for pointing this out, this is included in the latest release 0.3.0.

wallin commented 13 years ago

No problem! Great library BTW =)