<?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"
	>
<channel>
	<title>Comments on: How To Use date_select for Birth Date Field</title>
	<atom:link href="http://www.valibuk.net/2006/07/how-to-use-date_select-for-birth-date-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.valibuk.net/2006/07/how-to-use-date_select-for-birth-date-field/</link>
	<description>A place for opinions and notes of a valibuk.</description>
	<pubDate>Fri, 18 May 2012 06:55:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: ini</title>
		<link>http://www.valibuk.net/2006/07/how-to-use-date_select-for-birth-date-field/#comment-118804</link>
		<dc:creator>ini</dc:creator>
		<pubDate>Fri, 24 Apr 2009 17:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=10#comment-118804</guid>
		<description>would be nice to see a age validation here ;)</description>
		<content:encoded><![CDATA[<p>would be nice to see a age validation here ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2006/07/how-to-use-date_select-for-birth-date-field/#comment-6</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Wed, 19 Jul 2006 12:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=10#comment-6</guid>
		<description>You are right :)

I will only add an example how to use it:
&lt;code&gt;
&lt;%= birthdate_select ‘employee’, ‘date_of_birth’ %&gt;&lt;/p&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You are right :)</p>
<p>I will only add an example how to use it:<br />
<code><br />
< %= birthdate_select ‘employee’, ‘date_of_birth’ %><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Keepers</title>
		<link>http://www.valibuk.net/2006/07/how-to-use-date_select-for-birth-date-field/#comment-5</link>
		<dc:creator>Brandon Keepers</dc:creator>
		<pubDate>Wed, 19 Jul 2006 12:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=10#comment-5</guid>
		<description>Since you're adding helpers to eliminate duplication, why no save yourself even more typing?

&lt;code&gt;
def birthdate_select(object, method, options = {})
  date_select object, method, {:start_year =&#62; Time.now.year - 100,
    :end_year =&#62; Time.now.year}.merge(options)
end
&lt;/code&gt;

&lt;code&gt;
Date of birth

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Since you&#8217;re adding helpers to eliminate duplication, why no save yourself even more typing?</p>
<p><code><br />
def birthdate_select(object, method, options = {})<br />
  date_select object, method, {:start_year =&gt; Time.now.year - 100,<br />
    :end_year =&gt; Time.now.year}.merge(options)<br />
end<br />
</code></p>
<p><code><br />
Date of birth</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondrej</title>
		<link>http://www.valibuk.net/2006/07/how-to-use-date_select-for-birth-date-field/#comment-4</link>
		<dc:creator>ondrej</dc:creator>
		<pubDate>Wed, 19 Jul 2006 06:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=10#comment-4</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aníbal Rojas</title>
		<link>http://www.valibuk.net/2006/07/how-to-use-date_select-for-birth-date-field/#comment-3</link>
		<dc:creator>Aníbal Rojas</dc:creator>
		<pubDate>Wed, 19 Jul 2006 01:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.valibuk.net/?p=10#comment-3</guid>
		<description>Off Topic: This is just a quick note to invite you to register your blog at RubyCorner.com, a meeting place for people interested in the Ruby Programming Language  or any of the related technologies.</description>
		<content:encoded><![CDATA[<p>Off Topic: This is just a quick note to invite you to register your blog at RubyCorner.com, a meeting place for people interested in the Ruby Programming Language  or any of the related technologies.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

