The js Date object can parse some human-readable strings into a date, but with the rise of RSS etc (in my case it was working with Google gdata apisâ¦) youâll often be encountering ISO8601 date strings. Apparently ECMAScript 5 will include built in methods to parse this standard format, but