<?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 Calculate Dates</title>
	<atom:link href="http://www.bradino.com/php/calculate-dates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradino.com/php/calculate-dates/</link>
	<description>Just another Wordpress blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:14:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: kavlito</title>
		<link>http://www.bradino.com/php/calculate-dates/#comment-2938</link>
		<dc:creator>kavlito</dc:creator>
		<pubDate>Mon, 31 Oct 2011 22:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bradino.com/php/calculate-dates/#comment-2938</guid>
		<description>//YESTERDAY :: MONTH DAY, YEAR
$date = date(&#039;F m, Y&#039;,mktime(date(&#039;H&#039;), date(&#039;i&#039;), date(&#039;s&#039;), date(&#039;m&#039;) , date(&#039;d&#039;)-1, date(&#039;Y&#039;)));

This can be accomplshed like this also:

$date = date(&#039;F m, Y&#039;, strtotime(&#039;-1 day&#039;));</description>
		<content:encoded><![CDATA[<p>//YESTERDAY :: MONTH DAY, YEAR<br />
$date = date(&#8216;F m, Y&#8217;,mktime(date(&#8216;H&#8217;), date(&#8216;i&#8217;), date(&#8216;s&#8217;), date(&#8216;m&#8217;) , date(&#8216;d&#8217;)-1, date(&#8216;Y&#8217;)));</p>
<p>This can be accomplshed like this also:</p>
<p>$date = date(&#8216;F m, Y&#8217;, strtotime(&#8216;-1 day&#8217;));</p>
]]></content:encoded>
	</item>
</channel>
</rss>

