<?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: Using Javascript to calculate Dates</title>
	<atom:link href="http://www.epalla.com/2009/06/using-javascript-to-calculate-dates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.epalla.com/2009/06/using-javascript-to-calculate-dates/</link>
	<description></description>
	<lastBuildDate>Sun, 25 Apr 2010 06:27:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://www.epalla.com/2009/06/using-javascript-to-calculate-dates/comment-page-1/#comment-1008</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.epalla.com/?p=163#comment-1008</guid>
		<description>Right you are.  I guess it would help if I actually checked the dates it was returning.  Code is updated.  Glad it&#039;s helping you out Dan!</description>
		<content:encoded><![CDATA[<p>Right you are.  I guess it would help if I actually checked the dates it was returning.  Code is updated.  Glad it&#8217;s helping you out Dan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Miser</title>
		<link>http://www.epalla.com/2009/06/using-javascript-to-calculate-dates/comment-page-1/#comment-994</link>
		<dc:creator>Dan Miser</dc:creator>
		<pubDate>Tue, 13 Oct 2009 13:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.epalla.com/?p=163#comment-994</guid>
		<description>Thanks. I&#039;ll definitely compare what I had vs. what you just posted. 

The problem I had with &quot;Last Month&quot; can be seen right now. It was returning 9/31/09 as the end date when selecting last month. That isn&#039;t exactly a valid date. :) It appears that it&#039;s picking up the last day of the month of August in that calculation, as opposed to picking up the last day of the month of September. I don&#039;t see why there is a need to do the &quot;month-2&quot; calculation there since &quot;month-1&quot; is the one we need the end of, no? Are you seeing something different when selecting &quot;Last Month&quot;?

Anyways, thanks again for doing all of the heavy lifting on this. It&#039;s a very nice piece of code!</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;ll definitely compare what I had vs. what you just posted. </p>
<p>The problem I had with &#8220;Last Month&#8221; can be seen right now. It was returning 9/31/09 as the end date when selecting last month. That isn&#8217;t exactly a valid date. <img src='http://www.epalla.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It appears that it&#8217;s picking up the last day of the month of August in that calculation, as opposed to picking up the last day of the month of September. I don&#8217;t see why there is a need to do the &#8220;month-2&#8243; calculation there since &#8220;month-1&#8243; is the one we need the end of, no? Are you seeing something different when selecting &#8220;Last Month&#8221;?</p>
<p>Anyways, thanks again for doing all of the heavy lifting on this. It&#8217;s a very nice piece of code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.epalla.com/2009/06/using-javascript-to-calculate-dates/comment-page-1/#comment-989</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 13 Oct 2009 05:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.epalla.com/?p=163#comment-989</guid>
		<description>Thanks for the fixes Dan.  I realize I had fixed those for production but I never updated the blog post.  Note that there were some browser compatibility issues that I&#039;ve fixed since the original post, so you may want to examine your code again to make sure you&#039;ve caught the issues that I caught.

I think our interpretation of what &quot;Last Month&quot; means differs, because in my test cases the Last Month is populating as intended.</description>
		<content:encoded><![CDATA[<p>Thanks for the fixes Dan.  I realize I had fixed those for production but I never updated the blog post.  Note that there were some browser compatibility issues that I&#8217;ve fixed since the original post, so you may want to examine your code again to make sure you&#8217;ve caught the issues that I caught.</p>
<p>I think our interpretation of what &#8220;Last Month&#8221; means differs, because in my test cases the Last Month is populating as intended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Miser</title>
		<link>http://www.epalla.com/2009/06/using-javascript-to-calculate-dates/comment-page-1/#comment-988</link>
		<dc:creator>Dan Miser</dc:creator>
		<pubDate>Tue, 13 Oct 2009 04:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.epalla.com/?p=163#comment-988</guid>
		<description>Thanks for the code. I found a couple of small issues, and wrote about them here.

http://www.distribucon.com/blog/PopulatingDateRanges.aspx
http://www.distribucon.com/blog/PopulatingDateRangesPart2.aspx</description>
		<content:encoded><![CDATA[<p>Thanks for the code. I found a couple of small issues, and wrote about them here.</p>
<p><a href="http://www.distribucon.com/blog/PopulatingDateRanges.aspx" rel="nofollow">http://www.distribucon.com/blog/PopulatingDateRanges.aspx</a><br />
<a href="http://www.distribucon.com/blog/PopulatingDateRangesPart2.aspx" rel="nofollow">http://www.distribucon.com/blog/PopulatingDateRangesPart2.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
