<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Getting Yesterday&#8217;s Date in PHP</title>
	<atom:link href="http://blog.ninedays.org/2009/07/02/get-calculate-yesterday-date-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ninedays.org/2009/07/02/get-calculate-yesterday-date-php/</link>
	<description>web development, photography, tutorials and adventure</description>
	<lastBuildDate>Tue, 29 Jun 2010 07:40:06 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kyle Wild</title>
		<link>http://blog.ninedays.org/2009/07/02/get-calculate-yesterday-date-php/comment-page-1/#comment-2696</link>
		<dc:creator>Kyle Wild</dc:creator>
		<pubDate>Tue, 13 Apr 2010 20:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/?p=422#comment-2696</guid>
		<description>&lt;p&gt;I tend to use strtotime(&#039;yesterday&#039;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tend to use strtotime(&#8216;yesterday&#8217;)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Micox</title>
		<link>http://blog.ninedays.org/2009/07/02/get-calculate-yesterday-date-php/comment-page-1/#comment-2695</link>
		<dc:creator>Micox</dc:creator>
		<pubDate>Tue, 13 Apr 2010 13:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/?p=422#comment-2695</guid>
		<description>&lt;p&gt;Thanks,
the best review about yesterday in php&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks,
the best review about yesterday in php</p>]]></content:encoded>
	</item>
	<item>
		<title>By: John Milmine</title>
		<link>http://blog.ninedays.org/2009/07/02/get-calculate-yesterday-date-php/comment-page-1/#comment-2421</link>
		<dc:creator>John Milmine</dc:creator>
		<pubDate>Wed, 08 Jul 2009 01:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ninedays.org/?p=422#comment-2421</guid>
		<description>&lt;p&gt;What about:
$date = new DateTime();
$date-&gt;modify(&#039;-1 day&#039;);&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What about:
$date = new DateTime();
$date->modify(&#8216;-1 day&#8217;);</p>]]></content:encoded>
	</item>
</channel>
</rss>
