<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/ISO-8601</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 02:29:09 GMT</pubDate>
<item>
<title>(JavaScript) Convert a Date object to an ISO 8601 formatted string - davidwaterston</title>
<link>http://snipplr.com/view/69448/convert-a-date-object-to-an-iso-8601-formatted-string/</link>
<description><![CDATA[ <p>Javascript which converts a Date object into an ISO 8601 formatted string - 'YYYY-MM-DDTHH:mm:ss.sssZ' - with a fallback for when the function 'toISOString' doesn't exist (e.g. IE 8 or less).

Usage:
var now = new Date;
console.log(now.toISOString());

Validates clean in JSLint (Edition 2012-12-31).</p> ]]></description>
<pubDate>Mon, 14 Jan 2013 04:56:38 GMT</pubDate>
<guid>http://snipplr.com/view/69448/convert-a-date-object-to-an-iso-8601-formatted-string/</guid>
</item>
</channel>
</rss>