<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Yet Another Pretty Date JavaScript</title>
	<atom:link href="http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/</link>
	<description></description>
	<lastBuildDate>Fri, 05 Mar 2010 00:28:32 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-1019</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Sat, 13 Jun 2009 14:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-1019</guid>
		<description>Hey Tristan, as mentioned in some of the previous comments, your dates should be ISO8601 using GMT:
2009-06-03T20:06:44Z

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Tristan, as mentioned in some of the previous comments, your dates should be ISO8601 using GMT:<br />
2009-06-03T20:06:44Z</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tristan</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-1005</link>
		<dc:creator>tristan</dc:creator>
		<pubDate>Fri, 12 Jun 2009 02:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-1005</guid>
		<description>Hi there, If you can help you will end hours of head scratching. The dates i&#039;m working with look like: 2009-06-03 20:06:44+0000
Firefox finds this as an invalid date.</description>
		<content:encoded><![CDATA[<p>Hi there, If you can help you will end hours of head scratching. The dates i&#8217;m working with look like: 2009-06-03 20:06:44+0000<br />
Firefox finds this as an invalid date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-1004</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Fri, 12 Jun 2009 02:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-1004</guid>
		<description>I use the script in &lt;a href=&quot;http://www.alarmd.com/&quot; rel=&quot;nofollow&quot;&gt;ALARMd&lt;/a&gt;, so I know that it works in Firefox 3.  What date are you trying to transform that doesn&#039;t work?</description>
		<content:encoded><![CDATA[<p>I use the script in <a href="http://www.alarmd.com/" rel="nofollow">ALARMd</a>, so I know that it works in Firefox 3.  What date are you trying to transform that doesn&#8217;t work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tristan</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-1003</link>
		<dc:creator>tristan</dc:creator>
		<pubDate>Fri, 12 Jun 2009 00:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-1003</guid>
		<description>Has anyone else noticed that this script, when implemented with JQuery, will not work on firefox 3? I&#039;m trying to find a solution, but currently it just outputs the original date string, and does not format it...</description>
		<content:encoded><![CDATA[<p>Has anyone else noticed that this script, when implemented with JQuery, will not work on firefox 3? I&#8217;m trying to find a solution, but currently it just outputs the original date string, and does not format it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donny Kurnia</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-967</link>
		<dc:creator>Donny Kurnia</dc:creator>
		<pubDate>Sat, 18 Apr 2009 13:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-967</guid>
		<description>@webmack

The line 34 is to overcome the timezone setting in user&#039;s browser. Since the calculation is done in each user browser, the js script must know how much the time different is.

If you remove the (dt.getTimezoneOffset() * 60000) addition, all user browser is assumed at GMT.

The addition is proposed by Dean in the comment at john blog. So the date that must changed is the one in the html. It must in GMT.

Check my previous comment to find the way to convert local server date into GMT, then show it as ISO format using PHP.</description>
		<content:encoded><![CDATA[<p>@webmack</p>
<p>The line 34 is to overcome the timezone setting in user&#8217;s browser. Since the calculation is done in each user browser, the js script must know how much the time different is.</p>
<p>If you remove the (dt.getTimezoneOffset() * 60000) addition, all user browser is assumed at GMT.</p>
<p>The addition is proposed by Dean in the comment at john blog. So the date that must changed is the one in the html. It must in GMT.</p>
<p>Check my previous comment to find the way to convert local server date into GMT, then show it as ISO format using PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donny Kurnia</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-966</link>
		<dc:creator>Donny Kurnia</dc:creator>
		<pubDate>Sat, 18 Apr 2009 13:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-966</guid>
		<description>Hi, I just find out this post from john post about pretty date.

@unwiredbrain
You must change the date to shown in title attribute into GMT. So it must written as:
Some event that just happened

See that it is 7:45 in GMT, because your timezone is +01:00.

The javascript will use the browser timezone setting, so the result will be correct.

If you are using PHP in the server-side, this is the code to change timestamp into GMT (using server&#039;s timezone setting), then format it to become ISO.

http://pastie.org/450720</description>
		<content:encoded><![CDATA[<p>Hi, I just find out this post from john post about pretty date.</p>
<p>@unwiredbrain<br />
You must change the date to shown in title attribute into GMT. So it must written as:<br />
Some event that just happened</p>
<p>See that it is 7:45 in GMT, because your timezone is +01:00.</p>
<p>The javascript will use the browser timezone setting, so the result will be correct.</p>
<p>If you are using PHP in the server-side, this is the code to change timestamp into GMT (using server&#8217;s timezone setting), then format it to become ISO.</p>
<p><a href="http://pastie.org/450720" rel="nofollow">http://pastie.org/450720</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-964</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Tue, 17 Mar 2009 01:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-964</guid>
		<description>Hey Frank,
Take a look at the &lt;a href=&quot;http://ejohn.org/blog/javascript-pretty-date/&quot; rel=&quot;nofollow&quot;&gt;Original Script&lt;/a&gt;, it&#039;s intended to take ISO8601 dates, such as &quot;2008-01-28T20:24:17Z&quot;

The T and Z removal make more sense in that context.</description>
		<content:encoded><![CDATA[<p>Hey Frank,<br />
Take a look at the <a href="http://ejohn.org/blog/javascript-pretty-date/" rel="nofollow">Original Script</a>, it&#8217;s intended to take ISO8601 dates, such as &#8220;2008-01-28T20:24:17Z&#8221;</p>
<p>The T and Z removal make more sense in that context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-963</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 16 Mar 2009 20:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-963</guid>
		<description>Whats are you trying to do with the .replace(/[TZ]/g, &quot; &quot;) call?

It ends up removing all the letter Ts.  so some dates fail.

e.g. &quot;Thu Feb 5 08:02:38 PST 2009&quot;  is parsed as
          &quot;hu Feb 5 08:02:38 PST 2009&quot;  and subsequently fails.</description>
		<content:encoded><![CDATA[<p>Whats are you trying to do with the .replace(/[TZ]/g, &#8221; &#8220;) call?</p>
<p>It ends up removing all the letter Ts.  so some dates fail.</p>
<p>e.g. &#8220;Thu Feb 5 08:02:38 PST 2009&#8243;  is parsed as<br />
          &#8220;hu Feb 5 08:02:38 PST 2009&#8243;  and subsequently fails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-925</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Wed, 21 Jan 2009 05:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-925</guid>
		<description>I believe the script should work as intended (as is).

It should be noted that including a timezone offset into your markup date is not a supported use case for this script.  Outputting UTC time only (no hardcoded offsets in the dates) allows for the JavaScript code to interpret the date &lt;strong&gt;to the offset of the client&lt;/strong&gt;.

I believe that adding support for hardcoded timezone offsets would add unnecessary complexity to the code.  Output Z +/- 0 and it will work fine.

That being said, if you disagree, feel free to modify the script and re-release it!  It&#039;s all open source.</description>
		<content:encoded><![CDATA[<p>I believe the script should work as intended (as is).</p>
<p>It should be noted that including a timezone offset into your markup date is not a supported use case for this script.  Outputting UTC time only (no hardcoded offsets in the dates) allows for the JavaScript code to interpret the date <strong>to the offset of the client</strong>.</p>
<p>I believe that adding support for hardcoded timezone offsets would add unnecessary complexity to the code.  Output Z +/- 0 and it will work fine.</p>
<p>That being said, if you disagree, feel free to modify the script and re-release it!  It&#8217;s all open source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmack</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-924</link>
		<dc:creator>webmack</dc:creator>
		<pubDate>Wed, 21 Jan 2009 02:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-924</guid>
		<description>replacing line 34 with this fixes it for me:

&lt;code&gt;
seconds = ((dt - new Date(time)) / 1000),
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>replacing line 34 with this fixes it for me:</p>
<p><code><br />
seconds = ((dt - new Date(time)) / 1000),<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmack</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-923</link>
		<dc:creator>webmack</dc:creator>
		<pubDate>Wed, 21 Jan 2009 02:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-923</guid>
		<description>I confirm what unwiredbrain says. The script adds the timezoneoffset to the current local time returning a humanized date that is in the future..

eg. &#039;11 hours&#039; no ago..</description>
		<content:encoded><![CDATA[<p>I confirm what unwiredbrain says. The script adds the timezoneoffset to the current local time returning a humanized date that is in the future..</p>
<p>eg. &#8216;11 hours&#8217; no ago..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unwiredbrain</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-907</link>
		<dc:creator>unwiredbrain</dc:creator>
		<pubDate>Thu, 08 Jan 2009 08:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-907</guid>
		<description>Zach, 

not receiving a reply for months I deleted all the relative documents; my documents deleted, phpfi.com down... Guess what? I had to recreate the glitch from scratch.

Let&#039;s assume my current system date is 2008-01-08;
Let&#039;s assume my current system time is 08:45:00;
Let&#039;s assume my current time zone offset is +0100;
Let&#039;s assume my current span looks like this:
&lt;code&gt;&lt;span class=&quot;dtstart&quot; title=&quot;2009-01-08T08:45:00Z+0100&quot;&gt;Some event that just happened&lt;/span&gt;&lt;/code&gt;

On my test page, launching &lt;code&gt;$(&quot;.dtstart&quot;).humane_dates()&lt;/code&gt; I will see &quot;60 Minutes&quot;. Which is future.
That&#039;s exactly my current local time added with my current local time zone offset.

Apart from the glitch; being a future event, isn&#039;t it supposed to be left as it was -- i.e. not humanized at all?</description>
		<content:encoded><![CDATA[<p>Zach, </p>
<p>not receiving a reply for months I deleted all the relative documents; my documents deleted, phpfi.com down&#8230; Guess what? I had to recreate the glitch from scratch.</p>
<p>Let&#8217;s assume my current system date is 2008-01-08;<br />
Let&#8217;s assume my current system time is 08:45:00;<br />
Let&#8217;s assume my current time zone offset is +0100;<br />
Let&#8217;s assume my current span looks like this:<br />
<code>&lt;span class=&quot;dtstart&quot; title=&quot;2009-01-08T08:45:00Z+0100&quot;&gt;Some event that just happened&lt;/span&gt;</code></p>
<p>On my test page, launching <code>$(&quot;.dtstart&quot;).humane_dates()</code> I will see &#8220;60 Minutes&#8221;. Which is future.<br />
That&#8217;s exactly my current local time added with my current local time zone offset.</p>
<p>Apart from the glitch; being a future event, isn&#8217;t it supposed to be left as it was &#8212; i.e. not humanized at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-906</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Thu, 08 Jan 2009 01:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-906</guid>
		<description>@unwiredbrain I tried to check out your test script and it would seem that the link is down.

Can you repost somewhere else, or include the code?

I developed this for &lt;a href=&quot;http://alarmd.com&quot; rel=&quot;nofollow&quot;&gt;alarmd&lt;/a&gt;, so you can see it in action there.  If you add an alarm, it will create a pretty date in the bottom right corner.

For instance, I just added an alarm for +1h, resulting in 2009-01-08T02:56:38Z.  I&#039;m in CST (-6), which is is right (it&#039;s now 7:56PM).

Thanks,
Zach</description>
		<content:encoded><![CDATA[<p>@unwiredbrain I tried to check out your test script and it would seem that the link is down.</p>
<p>Can you repost somewhere else, or include the code?</p>
<p>I developed this for <a href="http://alarmd.com" rel="nofollow">alarmd</a>, so you can see it in action there.  If you add an alarm, it will create a pretty date in the bottom right corner.</p>
<p>For instance, I just added an alarm for +1h, resulting in 2009-01-08T02:56:38Z.  I&#8217;m in CST (-6), which is is right (it&#8217;s now 7:56PM).</p>
<p>Thanks,<br />
Zach</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: girtby.net &#8211; Monkeying With JavaScript</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-903</link>
		<dc:creator>girtby.net &#8211; Monkeying With JavaScript</dc:creator>
		<pubDate>Wed, 07 Jan 2009 11:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-903</guid>
		<description>[...] chance I came across yet another pretty date JavaScript from Zach Leatherman (but with ancestry tracing back to jQuery author John Resig). This allowed me [...]</description>
		<content:encoded><![CDATA[<p>[...] chance I came across yet another pretty date JavaScript from Zach Leatherman (but with ancestry tracing back to jQuery author John Resig). This allowed me [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zachleat.com {web} &#187; Fight Registrastination. Register to vote!</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-851</link>
		<dc:creator>zachleat.com {web} &#187; Fight Registrastination. Register to vote!</dc:creator>
		<pubDate>Sun, 07 Sep 2008 08:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-851</guid>
		<description>[...] Address Geocoder hosted by MaxMind that&#8217;s worth a look. It also uses a previously mentioned JavaScript Pretty Date Difference [...]</description>
		<content:encoded><![CDATA[<p>[...] Address Geocoder hosted by MaxMind that&#8217;s worth a look. It also uses a previously mentioned JavaScript Pretty Date Difference [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unwiredbrain</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-820</link>
		<dc:creator>unwiredbrain</dc:creator>
		<pubDate>Sun, 29 Jun 2008 03:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-820</guid>
		<description>OK. Wait a sec. My previous comment clearly shows that I did not understand anything about your script. I apologize for that.

But...

I (think I) found a glitch -- from now on consider all the dates &amp; everything treated as UTC: if you set a date to exactly now (where &quot;now&quot; is the instant where the page loads) the script returns a &quot;2 Hours&quot; -- I mean: future!

Is to be said that I live in a country where right now the time zone is CEST that is GMT plus two hours (see Wikipedia for more), but, as you can easily imagine, in other countries this could vary: zero, one or two, like me, or even more.

Now: all your script runs using UTC (which is good), but at line 34 you add the current local time zone offset, which is wrong in my opinion.

I think that this should be fixed, but I look forward to your opinion.

Anyway, I still think that you should never touch a future date, and I still think that by removing the token you&#039;ll get a more compact, readable and elegant code.

PS: just FYI, here&#039;s my test case: http://phpfi.com/327787

Leaving the script vanilla, I get the glitch; removing the time zone offset I get the correct behavior.

Also, you can test this by adding some minutes: just modify the &#039;difference&#039; variable in the HTML document.

I hope the whole thing is clearer now.

Have a nice day.</description>
		<content:encoded><![CDATA[<p>OK. Wait a sec. My previous comment clearly shows that I did not understand anything about your script. I apologize for that.</p>
<p>But&#8230;</p>
<p>I (think I) found a glitch &#8212; from now on consider all the dates &amp; everything treated as UTC: if you set a date to exactly now (where &#8220;now&#8221; is the instant where the page loads) the script returns a &#8220;2 Hours&#8221; &#8212; I mean: future!</p>
<p>Is to be said that I live in a country where right now the time zone is CEST that is GMT plus two hours (see Wikipedia for more), but, as you can easily imagine, in other countries this could vary: zero, one or two, like me, or even more.</p>
<p>Now: all your script runs using UTC (which is good), but at line 34 you add the current local time zone offset, which is wrong in my opinion.</p>
<p>I think that this should be fixed, but I look forward to your opinion.</p>
<p>Anyway, I still think that you should never touch a future date, and I still think that by removing the token you&#8217;ll get a more compact, readable and elegant code.</p>
<p>PS: just FYI, here&#8217;s my test case: <a href="http://phpfi.com/327787" rel="nofollow">http://phpfi.com/327787</a></p>
<p>Leaving the script vanilla, I get the glitch; removing the time zone offset I get the correct behavior.</p>
<p>Also, you can test this by adding some minutes: just modify the &#8216;difference&#8217; variable in the HTML document.</p>
<p>I hope the whole thing is clearer now.</p>
<p>Have a nice day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unwiredbrain</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-819</link>
		<dc:creator>unwiredbrain</dc:creator>
		<pubDate>Sat, 28 Jun 2008 15:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-819</guid>
		<description>Very nice work.

But there&#039;s something I really don&#039;t get: if I&#039;m using a future date (think about a dtstart / dtend duet, like hCalendar does), the script treats them as &lt;strong&gt;past&lt;/strong&gt; events!

If current year is 2008 and I&#039;m planning some event for year 2009, the script says &quot;1 Year Ago&quot;! This is undoubtedly &lt;strong&gt;wrong&lt;/strong&gt;! And should be avoided, of course.

For me, the problem resides in the first if clause: seconds should not be modified; if seconds are less than zero, then the script should do nothing, returning null.

A null returning would be very comfortable, allowing control statements as John Resig did in his original scripts; in particular, would be comfortable because you would not soil the innerHTML.

Also, if you avoid the token, all the script will instantly get more suitable for l10n, making the code more clean and readable.</description>
		<content:encoded><![CDATA[<p>Very nice work.</p>
<p>But there&#8217;s something I really don&#8217;t get: if I&#8217;m using a future date (think about a dtstart / dtend duet, like hCalendar does), the script treats them as <strong>past</strong> events!</p>
<p>If current year is 2008 and I&#8217;m planning some event for year 2009, the script says &#8220;1 Year Ago&#8221;! This is undoubtedly <strong>wrong</strong>! And should be avoided, of course.</p>
<p>For me, the problem resides in the first if clause: seconds should not be modified; if seconds are less than zero, then the script should do nothing, returning null.</p>
<p>A null returning would be very comfortable, allowing control statements as John Resig did in his original scripts; in particular, would be comfortable because you would not soil the innerHTML.</p>
<p>Also, if you avoid the token, all the script will instantly get more suitable for l10n, making the code more clean and readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hunka</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-810</link>
		<dc:creator>Hunka</dc:creator>
		<pubDate>Tue, 20 May 2008 13:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-810</guid>
		<description>it is really nice script.</description>
		<content:encoded><![CDATA[<p>it is really nice script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Sherman : Pretty Dates in JavaScript</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-764</link>
		<dc:creator>Gary Sherman : Pretty Dates in JavaScript</dc:creator>
		<pubDate>Mon, 05 May 2008 21:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-764</guid>
		<description>[...] Finally, Zach Letterman commented that he updated Dean&#039;s script, and posted a newer version. [...]</description>
		<content:encoded><![CDATA[<p>[...] Finally, Zach Letterman commented that he updated Dean&#8217;s script, and posted a newer version. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Sherman</title>
		<link>http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/comment-page-1/#comment-763</link>
		<dc:creator>Gary Sherman</dc:creator>
		<pubDate>Mon, 05 May 2008 21:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachleat.com/web/2008/03/23/yet-another-pretty-date-javascript/#comment-763</guid>
		<description>Zach,

Very nice!  This is exactly what I was looking for.
Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Zach,</p>
<p>Very nice!  This is exactly what I was looking for.<br />
Thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
