Does anyone know of a js library that will parse all dates. (new Date should theoretically do this, but it doesn’t, at least not in all browsers).
It should add support for ISO8601 / RFC 3339
And twitter formatted dates don’t seem to work in IE either.
I quite like DateJS.
Seems to support pretty much everything I’ve thrown at it.