<?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: Getting Started With Datejs</title>
	<atom:link href="http://www.datejs.com/2007/11/27/getting-started-with-datejs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/</link>
	<description>An open-source JavaScript Date Library</description>
	<lastBuildDate>Sat, 20 Feb 2010 08:57:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: windstamp</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-514</link>
		<dc:creator>windstamp</dc:creator>
		<pubDate>Sat, 20 Feb 2010 08:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-514</guid>
		<description>it&#039;s very outstanding! but why not &#039;Date.friday();&#039; work?</description>
		<content:encoded><![CDATA[<p>it&#8217;s very outstanding! but why not &#8216;Date.friday();&#8217; work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-513</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Thu, 18 Feb 2010 21:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-513</guid>
		<description>oops, guess not...sorry!!  :(</description>
		<content:encoded><![CDATA[<p>oops, guess not&#8230;sorry!!  <img src='http://www.datejs.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-512</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Thu, 18 Feb 2010 21:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-512</guid>
		<description>Seriously....you actually deleted my comment?</description>
		<content:encoded><![CDATA[<p>Seriously&#8230;.you actually deleted my comment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-511</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Thu, 18 Feb 2010 02:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-511</guid>
		<description>As someone mentioned earlier:
&quot;45.You should probably update that download link up there with a newer version from SVN, it’s more than a year old now and many of the documented features (compare, isAfter, etc) are missing altogether.&quot;

This looks like a great library and I hate complaining about awesome free software, but your website lists code examples that are up to date with the post alpha release, but there seems to be nowhere to download it.

I think maybe it is available here:
http://code.google.com/p/datejs/source/browse/trunk/#trunk/build

...but, I&#039;m not sure.  I&#039;m trying to use the isAfter() function.  I wouldn&#039;t mind jumping through a few hoops to get to it, but a hint as to which hoops to jump through would be helpful.</description>
		<content:encoded><![CDATA[<p>As someone mentioned earlier:<br />
&#8220;45.You should probably update that download link up there with a newer version from SVN, it’s more than a year old now and many of the documented features (compare, isAfter, etc) are missing altogether.&#8221;</p>
<p>This looks like a great library and I hate complaining about awesome free software, but your website lists code examples that are up to date with the post alpha release, but there seems to be nowhere to download it.</p>
<p>I think maybe it is available here:<br />
<a href="http://code.google.com/p/datejs/source/browse/trunk/#trunk/build" rel="nofollow">http://code.google.com/p/datejs/source/browse/trunk/#trunk/build</a></p>
<p>&#8230;but, I&#8217;m not sure.  I&#8217;m trying to use the isAfter() function.  I wouldn&#8217;t mind jumping through a few hoops to get to it, but a hint as to which hoops to jump through would be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dakkar</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-508</link>
		<dc:creator>Dakkar</dc:creator>
		<pubDate>Mon, 25 Jan 2010 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-508</guid>
		<description>Great work - thanks!

I too would like to see some way of supporting ISO 8601 dates - for me, I need a way to display Ordinal Dates. 
Although I need only two digits for the year. (i.e. 10_025 insead of 2010_025)

ISO 8601 dates were mentioned in another comment above with the following links:
http://en.wikipedia.org/wiki/ISO_8601

Hope there is a way for this, it would save me a headache!
Thanks!

Import and export.</description>
		<content:encoded><![CDATA[<p>Great work &#8211; thanks!</p>
<p>I too would like to see some way of supporting ISO 8601 dates &#8211; for me, I need a way to display Ordinal Dates.<br />
Although I need only two digits for the year. (i.e. 10_025 insead of 2010_025)</p>
<p>ISO 8601 dates were mentioned in another comment above with the following links:<br />
<a href="http://en.wikipedia.org/wiki/ISO_8601" rel="nofollow">http://en.wikipedia.org/wiki/ISO_8601</a></p>
<p>Hope there is a way for this, it would save me a headache!<br />
Thanks!</p>
<p>Import and export.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arkadiy</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-77</link>
		<dc:creator>Arkadiy</dc:creator>
		<pubDate>Wed, 02 Dec 2009 21:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-77</guid>
		<description>You should probably update that download link up there with a newer version from SVN, it&#039;s more than a year old now and many of the documented features (compare, isAfter, etc) are missing altogether.</description>
		<content:encoded><![CDATA[<p>You should probably update that download link up there with a newer version from SVN, it&#8217;s more than a year old now and many of the documented features (compare, isAfter, etc) are missing altogether.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: user</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-50</link>
		<dc:creator>user</dc:creator>
		<pubDate>Tue, 24 Nov 2009 12:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-50</guid>
		<description>while trying to use toString() i get into infinite loop which ends with too many recursion error. Do i something wrong or this could be bug? i don&#039;t want to enter specific format, would like to have default behavior.</description>
		<content:encoded><![CDATA[<p>while trying to use toString() i get into infinite loop which ends with too many recursion error. Do i something wrong or this could be bug? i don&#8217;t want to enter specific format, would like to have default behavior.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kjkjh</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-49</link>
		<dc:creator>kjkjh</dc:creator>
		<pubDate>Tue, 03 Nov 2009 08:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-49</guid>
		<description>How can I change the default format of the dates from mm/dd/yyyy to dd/mm/yyyy or yyyy/mm/dd ?

If I type &quot;5/11&quot; I want the ninja to understand that I mean Nov 5th, not May 11th.
The CultureInfo files don&#039;t seem to have an option for this :(</description>
		<content:encoded><![CDATA[<p>How can I change the default format of the dates from mm/dd/yyyy to dd/mm/yyyy or yyyy/mm/dd ?</p>
<p>If I type &#8220;5/11&#8243; I want the ninja to understand that I mean Nov 5th, not May 11th.<br />
The CultureInfo files don&#8217;t seem to have an option for this <img src='http://www.datejs.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phoebe Bright</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-48</link>
		<dc:creator>Phoebe Bright</dc:creator>
		<pubDate>Thu, 08 Oct 2009 14:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-48</guid>
		<description>Trying to use isBefore and does not appear to be a method.  Using downloaded zip and (date-en-GB.js) as opposed to svn.  Was this a recently added method or have I messed up?</description>
		<content:encoded><![CDATA[<p>Trying to use isBefore and does not appear to be a method.  Using downloaded zip and (date-en-GB.js) as opposed to svn.  Was this a recently added method or have I messed up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunle</title>
		<link>http://www.datejs.com/2007/11/27/getting-started-with-datejs/comment-page-1/#comment-47</link>
		<dc:creator>kunle</dc:creator>
		<pubDate>Sat, 29 Aug 2009 22:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.datejs.com/2007/11/27/getting-started-with-datejs/#comment-47</guid>
		<description>When i Date.parse(&#039;Sun Aug 30 12:00:00 GMT 2009&#039;), i get &#039;Sun Aug 23 08:00:00 EDT 2009&#039;.... everything is right except for the date, it should be 30th not the 23rd. I tried it on my local and on a salesforce server and i get the same result, except for when i try it on this website. Here is the very simple code i tried below.
/********************
 $(document).ready(function() {
 var text= &#039;Sun Aug 30 12:00:00 GMT 2009&#039;;
 alert(Date.parse(text));
 });
************************/</description>
		<content:encoded><![CDATA[<p>When i Date.parse(&#8216;Sun Aug 30 12:00:00 GMT 2009&#8242;), i get &#8216;Sun Aug 23 08:00:00 EDT 2009&#8242;&#8230;. everything is right except for the date, it should be 30th not the 23rd. I tried it on my local and on a salesforce server and i get the same result, except for when i try it on this website. Here is the very simple code i tried below.<br />
/********************<br />
 $(document).ready(function() {<br />
 var text= &#8216;Sun Aug 30 12:00:00 GMT 2009&#8242;;<br />
 alert(Date.parse(text));<br />
 });<br />
************************/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
