<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[Zend Framework Forum - Internationalization (i18n) & Localization (l10n)]]></title>
		<link>http://www.zfforums.com/</link>
		<description>Zend_Currency, Zend_Date, Zend_Locale, Zend_Measure, Zend_Translate</description>
		<language>en</language>
		<lastBuildDate>Thu, 09 Sep 2010 22:19:58 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.zfforums.com/images/misc/rss.png</url>
			<title><![CDATA[Zend Framework Forum - Internationalization (i18n) & Localization (l10n)]]></title>
			<link>http://www.zfforums.com/</link>
		</image>
		<item>
			<title>Zend_Date Question with add month (Add() or addmonth())</title>
			<link>http://www.zfforums.com/zend-framework-components-13/internationalization-i18n-localization-l10n-15/zend_date-question-add-month-add-addmonth-5484.html</link>
			<pubDate>Tue, 31 Aug 2010 19:54:35 GMT</pubDate>
			<description>First and foremost please note that in our application we do NOT use any sort of strtotime thingies all in Zend 
 
  the problem is simple I am...</description>
			<content:encoded><![CDATA[<div>First and foremost please note that in our application we do NOT use any sort of strtotime thingies all in Zend<br />
<br />
  the problem is simple I am adding a month to a date object and it returns an unexpected result.<br />
<br />
 example <br />
 Inserted date is 9/3/2010 <br />
 After adding a month to it becomes 10/04/2010<br />
 Next month after the last month 11/04/2010<br />
<br />
I know that this is correct as september has 30 days whereas october has 31 days there it becomes 10/04 instead of 10/03<br />
but I do not want this!!!!<br />
<br />
I want the following output;<br />
 Inserted date is 9/3/2010 <br />
 After adding a month to it becomes 10/03/2010<br />
 Next month after the last month 11/03/2010<br />
<br />
any comments?</div>

 ]]></content:encoded>
			<category domain="http://www.zfforums.com/zend-framework-components-13/internationalization-i18n-localization-l10n-15/"><![CDATA[Internationalization (i18n) & Localization (l10n)]]></category>
			<dc:creator>VKNYVZ</dc:creator>
			<guid isPermaLink="true">http://www.zfforums.com/zend-framework-components-13/internationalization-i18n-localization-l10n-15/zend_date-question-add-month-add-addmonth-5484.html</guid>
		</item>
	</channel>
</rss>
