<?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: jQuery UI: Datepicker for birth date input</title>
	<atom:link href="http://klalex.com/2009/07/jquery-ui-datepicker-for-birth-date-input/feed/" rel="self" type="application/rss+xml" />
	<link>http://klalex.com/2009/07/jquery-ui-datepicker-for-birth-date-input/</link>
	<description>Developing web applications, startups, technologies</description>
	<lastBuildDate>Thu, 24 Nov 2011 06:30:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jagpreet Singh</title>
		<link>http://klalex.com/2009/07/jquery-ui-datepicker-for-birth-date-input/comment-page-1/#comment-361</link>
		<dc:creator>Jagpreet Singh</dc:creator>
		<pubDate>Mon, 14 Nov 2011 14:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://klalex.com/?p=57#comment-361</guid>
		<description>My Code -

		var curDate = new Date();
		var y = curDate.getFullYear();
		var limitString = &quot;1900:&quot; + y; 
		$(&quot;#dob&quot;).datepicker({
			changeMonth: true,
			changeYear: true,
			yearRange: limitString,
			maxDate: curDate
		});</description>
		<content:encoded><![CDATA[<p>My Code -</p>
<p>		var curDate = new Date();<br />
		var y = curDate.getFullYear();<br />
		var limitString = &#8220;1900:&#8221; + y;<br />
		$(&#8220;#dob&#8221;).datepicker({<br />
			changeMonth: true,<br />
			changeYear: true,<br />
			yearRange: limitString,<br />
			maxDate: curDate<br />
		});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagpreet Singh</title>
		<link>http://klalex.com/2009/07/jquery-ui-datepicker-for-birth-date-input/comment-page-1/#comment-360</link>
		<dc:creator>Jagpreet Singh</dc:creator>
		<pubDate>Mon, 14 Nov 2011 13:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://klalex.com/?p=57#comment-360</guid>
		<description>Thank You so much... Great help! :)</description>
		<content:encoded><![CDATA[<p>Thank You so much&#8230; Great help! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selva</title>
		<link>http://klalex.com/2009/07/jquery-ui-datepicker-for-birth-date-input/comment-page-1/#comment-326</link>
		<dc:creator>selva</dc:creator>
		<pubDate>Sat, 04 Dec 2010 13:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://klalex.com/?p=57#comment-326</guid>
		<description>Thanks for your post for date of birth options for ui datepicer.....</description>
		<content:encoded><![CDATA[<p>Thanks for your post for date of birth options for ui datepicer&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vic</title>
		<link>http://klalex.com/2009/07/jquery-ui-datepicker-for-birth-date-input/comment-page-1/#comment-322</link>
		<dc:creator>vic</dc:creator>
		<pubDate>Thu, 30 Sep 2010 14:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://klalex.com/?p=57#comment-322</guid>
		<description>If you dont want a fixed date range you could also make the range relative to todays date by doing the following

today&#039;s year of 2010
yearRange: &#039;-100:+0&#039;

Results in
date picker start year: 1910
date picker end year: 2010

today&#039;s year of 2010
yearRange: &#039;-100:-5&#039;

Results in  
date picker start year: 1910
date picker end year: 2005</description>
		<content:encoded><![CDATA[<p>If you dont want a fixed date range you could also make the range relative to todays date by doing the following</p>
<p>today&#8217;s year of 2010<br />
yearRange: &#8216;-100:+0&#8242;</p>
<p>Results in<br />
date picker start year: 1910<br />
date picker end year: 2010</p>
<p>today&#8217;s year of 2010<br />
yearRange: &#8216;-100:-5&#8242;</p>
<p>Results in<br />
date picker start year: 1910<br />
date picker end year: 2005</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeyB</title>
		<link>http://klalex.com/2009/07/jquery-ui-datepicker-for-birth-date-input/comment-page-1/#comment-321</link>
		<dc:creator>MikeyB</dc:creator>
		<pubDate>Tue, 28 Sep 2010 10:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://klalex.com/?p=57#comment-321</guid>
		<description>Thanks for the post - just came across the exact same issues when selecting DOB. The yearRange was the trick I was missing.

Thanks for the post!</description>
		<content:encoded><![CDATA[<p>Thanks for the post &#8211; just came across the exact same issues when selecting DOB. The yearRange was the trick I was missing.</p>
<p>Thanks for the post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

