<?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: Get last day of the month with Ruby</title>
	<atom:link href="http://www.iliveinperego.com/2007/02/get-last-day-of-the-month-with-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iliveinperego.com/2007/02/get-last-day-of-the-month-with-ruby/</link>
	<description>Yes !</description>
	<lastBuildDate>Fri, 19 Aug 2011 07:35:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: alain</title>
		<link>http://www.iliveinperego.com/2007/02/get-last-day-of-the-month-with-ruby/comment-page-1/#comment-3797</link>
		<dc:creator>alain</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.iliveinperego.com/get-last-day-of-the-month-with-ruby#comment-3797</guid>
		<description>Martin: does not work if month = 11... 
(11+1)%12 = 0...</description>
		<content:encoded><![CDATA[<p>Martin: does not work if month = 11&#8230;<br />
(11+1)%12 = 0&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Streicher</title>
		<link>http://www.iliveinperego.com/2007/02/get-last-day-of-the-month-with-ruby/comment-page-1/#comment-3559</link>
		<dc:creator>Martin Streicher</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.iliveinperego.com/get-last-day-of-the-month-with-ruby#comment-3559</guid>
		<description>Or do this...

&lt;code&gt;Date.parse( &quot;#{year}-#{ (month + 1) % 12 }-01&quot; ) - 1
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Or do this&#8230;</p>
<p><code>Date.parse( "#{year}-#{ (month + 1) % 12 }-01" ) - 1<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hpatoio</title>
		<link>http://www.iliveinperego.com/2007/02/get-last-day-of-the-month-with-ruby/comment-page-1/#comment-2534</link>
		<dc:creator>hpatoio</dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.iliveinperego.com/get-last-day-of-the-month-with-ruby#comment-2534</guid>
		<description>You are right. Just changed the function to works for December too.</description>
		<content:encoded><![CDATA[<p>You are right. Just changed the function to works for December too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe Rathe</title>
		<link>http://www.iliveinperego.com/2007/02/get-last-day-of-the-month-with-ruby/comment-page-1/#comment-2528</link>
		<dc:creator>Philippe Rathe</dc:creator>
		<pubDate>Mon, 31 Aug 2009 21:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.iliveinperego.com/get-last-day-of-the-month-with-ruby#comment-2528</guid>
		<description>Won&#039;t (month + 1) returns 13 when december!!!!!????????</description>
		<content:encoded><![CDATA[<p>Won&#039;t (month + 1) returns 13 when december!!!!!????????</p>
]]></content:encoded>
	</item>
</channel>
</rss>

