<?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: Fixing strtotime -1 month</title>
	<atom:link href="http://www.phpreferencebook.com/tips/fixing-strtotime-1-month/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpreferencebook.com/tips/fixing-strtotime-1-month/</link>
	<description>PHP Reference: Beginner to Intermediate PHP5</description>
	<lastBuildDate>Wed, 25 Aug 2010 05:26:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Mario Lurig</title>
		<link>http://www.phpreferencebook.com/tips/fixing-strtotime-1-month/comment-page-1/#comment-1015</link>
		<dc:creator>Mario Lurig</dc:creator>
		<pubDate>Wed, 11 Nov 2009 07:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpreferencebook.com/?p=325#comment-1015</guid>
		<description>Yes, you can absolutely use strtotimefix(&#039;+1 month&#039;) because if the problem happens at +1 month, then it will happen with -1 month as well, so the function will work the same way. You don&#039;t want to arbitrarily choose +3 weeks, because that just won&#039;t work in the long run.</description>
		<content:encoded><![CDATA[<p>Yes, you can absolutely use strtotimefix(&#8216;+1 month&#8217;) because if the problem happens at +1 month, then it will happen with -1 month as well, so the function will work the same way. You don&#8217;t want to arbitrarily choose +3 weeks, because that just won&#8217;t work in the long run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarel</title>
		<link>http://www.phpreferencebook.com/tips/fixing-strtotime-1-month/comment-page-1/#comment-1014</link>
		<dc:creator>Sarel</dc:creator>
		<pubDate>Wed, 11 Nov 2009 07:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpreferencebook.com/?p=325#comment-1014</guid>
		<description>I found the same problem, where I was running this on 2009-10-31 and asking for date(&#039;Y-m-01&#039;, strtotime(&#039;+ 1 month&#039;)) gave me 2009-12-01. For me, because &#039;01&#039; for the day, I used &#039;+ 3 weeks&#039; instead of &#039;+ 1 month&#039;.</description>
		<content:encoded><![CDATA[<p>I found the same problem, where I was running this on 2009-10-31 and asking for date(&#8216;Y-m-01&#8242;, strtotime(&#8216;+ 1 month&#8217;)) gave me 2009-12-01. For me, because &#8217;01&#8242; for the day, I used &#8216;+ 3 weeks&#8217; instead of &#8216;+ 1 month&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
