<?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: PHP: Get all of the dates between two dates</title>
	<atom:link href="http://thevedic.net/wordpress/2008/07/24/php-get-all-of-the-dates-between-two-dates/feed/" rel="self" type="application/rss+xml" />
	<link>http://thevedic.net/wordpress/2008/07/24/php-get-all-of-the-dates-between-two-dates/</link>
	<description>Lobster Madness</description>
	<lastBuildDate>Wed, 30 Jun 2010 17:20:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dennis</title>
		<link>http://thevedic.net/wordpress/2008/07/24/php-get-all-of-the-dates-between-two-dates/comment-page-1/#comment-851</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sun, 09 May 2010 14:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://thevedic.net/wordpress/?p=47#comment-851</guid>
		<description>Brilliant!   But I found it necessary to modify the while condition to get the comparison to work correctly:

Using &#039;while(date_create($current) &lt; date_create($end)){&#039; seems to do the trick.

Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Brilliant!   But I found it necessary to modify the while condition to get the comparison to work correctly:</p>
<p>Using &#8216;while(date_create($current) &lt; date_create($end)){&#039; seems to do the trick.</p>
<p>Thanks a bunch.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
