<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Add days to a given date in PHP</title>
	<atom:link href="http://40shadows.wordpress.com/2008/10/02/add-days-to-a-given-date-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://40shadows.wordpress.com/2008/10/02/add-days-to-a-given-date-in-php/</link>
	<description>some of his shits, mostly design &#38; coding...</description>
	<lastBuildDate>Sun, 20 Dec 2009 17:09:52 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mohamad Fauzi</title>
		<link>http://40shadows.wordpress.com/2008/10/02/add-days-to-a-given-date-in-php/#comment-1771</link>
		<dc:creator>Mohamad Fauzi</dc:creator>
		<pubDate>Fri, 28 Aug 2009 18:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://40shadows.wordpress.com/?p=228#comment-1771</guid>
		<description>Thanks for this :)</description>
		<content:encoded><![CDATA[<p>Thanks for this <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://40shadows.wordpress.com/2008/10/02/add-days-to-a-given-date-in-php/#comment-1759</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://40shadows.wordpress.com/?p=228#comment-1759</guid>
		<description>$date = date(&quot;Y-m-d&quot;);// current date
other method&#039;s:

$date = strtotime(date(&quot;Y-m-d&quot;, strtotime($date)) . &quot; +1 day&quot;);
$date = strtotime(date(&quot;Y-m-d&quot;, strtotime($date)) . &quot; +1 week&quot;);
$date = strtotime(date(&quot;Y-m-d&quot;, strtotime($date)) . &quot; +2 week&quot;);
$date = strtotime(date(&quot;Y-m-d&quot;, strtotime($date)) . &quot; +1 month&quot;);
$date = strtotime(date(&quot;Y-m-d&quot;, strtotime($date)) . &quot; +30 days&quot;);</description>
		<content:encoded><![CDATA[<p>$date = date(&#8220;Y-m-d&#8221;);// current date<br />
other method&#8217;s:</p>
<p>$date = strtotime(date(&#8220;Y-m-d&#8221;, strtotime($date)) . &#8221; +1 day&#8221;);<br />
$date = strtotime(date(&#8220;Y-m-d&#8221;, strtotime($date)) . &#8221; +1 week&#8221;);<br />
$date = strtotime(date(&#8220;Y-m-d&#8221;, strtotime($date)) . &#8221; +2 week&#8221;);<br />
$date = strtotime(date(&#8220;Y-m-d&#8221;, strtotime($date)) . &#8221; +1 month&#8221;);<br />
$date = strtotime(date(&#8220;Y-m-d&#8221;, strtotime($date)) . &#8221; +30 days&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
