I currently have this
last_modified = xhr.getResponseHeader('Last-Modified');
/* Last-Modified: Wed, 06 Apr 2011 20:47:09 GMT */
However, for the timeago plugin i need this format
<abbr class="timeago" title="2008-07-17T09:24:17Z">July 17, 2008</abbr>
What would be the most easy and bulletproof way to convert?
Try this using javascript as follows:
For the Title part:
For the “July 17, 2008” part: