<?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 Date Select Boxes Plugin</title>
	<atom:link href="http://www.nickbusey.com/jquery-date-select-boxes-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickbusey.com</link>
	<description>Stuff and Junk</description>
	<lastBuildDate>Tue, 05 Jul 2011 21:36:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Nick Busey</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-120</link>
		<dc:creator>Nick Busey</dc:creator>
		<pubDate>Tue, 05 Jul 2011 21:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-120</guid>
		<description>Thanks for the heads up, I&#039;ve fixed this and released version 1.1.4</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, I&#8217;ve fixed this and released version 1.1.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeeva</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-69</link>
		<dc:creator>Sanjeeva</dc:creator>
		<pubDate>Sat, 09 Apr 2011 06:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-69</guid>
		<description>There is a bug in the script, if you change month value to feb, and select day as 28, it will select internally to 29, while building options for Day combo box one value is increased by +1

look into it, you can understand</description>
		<content:encoded><![CDATA[<p>There is a bug in the script, if you change month value to feb, and select day as 28, it will select internally to 29, while building options for Day combo box one value is increased by +1</p>
<p>look into it, you can understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Busey</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-53</link>
		<dc:creator>Nick Busey</dc:creator>
		<pubDate>Tue, 05 Oct 2010 01:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-53</guid>
		<description>@Rob This would be handled in the generation of your select boxes. The select boxes in this example are just that, an example. When you have your backend generate the page, simply set the default value at that point. (http://www.htmlcodetutorial.com/forms/_OPTION_SELECTED.html)</description>
		<content:encoded><![CDATA[<p>@Rob This would be handled in the generation of your select boxes. The select boxes in this example are just that, an example. When you have your backend generate the page, simply set the default value at that point. (<a href="http://www.htmlcodetutorial.com/forms/_OPTION_SELECTED.html" rel="nofollow">http://www.htmlcodetutorial.com/forms/_OPTION_SELECTED.html</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-52</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Wed, 22 Sep 2010 13:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-52</guid>
		<description>@Daniel B.

If you have selected a year.. You can&#039;t by nature of a select box select a date in the past.  That month and day is of the year selected.  What would you be disabling?  It is different then say the jquery datepicker.  To achieve what you are talking about would be to require that the year not be shown at all because in relation to today, you would be looking for no dates in the past.  And limiting the months then days available based on today&#039;s date...  can&#039;t say it would really make much sense to use this plug-in in that case.  It would be very unintuitive for a user vs the jquery datepicker which already has that limitation functionality built in.</description>
		<content:encoded><![CDATA[<p>@Daniel B.</p>
<p>If you have selected a year.. You can&#8217;t by nature of a select box select a date in the past.  That month and day is of the year selected.  What would you be disabling?  It is different then say the jquery datepicker.  To achieve what you are talking about would be to require that the year not be shown at all because in relation to today, you would be looking for no dates in the past.  And limiting the months then days available based on today&#8217;s date&#8230;  can&#8217;t say it would really make much sense to use this plug-in in that case.  It would be very unintuitive for a user vs the jquery datepicker which already has that limitation functionality built in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-49</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 10 Sep 2010 00:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-49</guid>
		<description>Hey Nick...how would this be integrated into results returned from a DB. I pull a date from the DB and want the values to be selected in the dropdowns. Doesn&#039;t seem the selected option is built in... am I missing something?</description>
		<content:encoded><![CDATA[<p>Hey Nick&#8230;how would this be integrated into results returned from a DB. I pull a date from the DB and want the values to be selected in the dropdowns. Doesn&#8217;t seem the selected option is built in&#8230; am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Biginton</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-31</link>
		<dc:creator>Daniel Biginton</dc:creator>
		<pubDate>Wed, 23 Jun 2010 15:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-31</guid>
		<description>@Nico Thanks. 

I was wondering if there is a update to the select boxes, allowing the script to update the fields day and month to disable the past dates based on the year selected?

Thanks</description>
		<content:encoded><![CDATA[<p>@Nico Thanks. </p>
<p>I was wondering if there is a update to the select boxes, allowing the script to update the fields day and month to disable the past dates based on the year selected?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-30</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Sat, 19 Jun 2010 15:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-30</guid>
		<description>How i can select a value for default? Thanks for this great plugin...</description>
		<content:encoded><![CDATA[<p>How i can select a value for default? Thanks for this great plugin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Biginton</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-8</link>
		<dc:creator>Daniel Biginton</dc:creator>
		<pubDate>Wed, 07 Apr 2010 17:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-8</guid>
		<description>@Nick Thanks.

Is here the possibility to provide some code that would allow this functionality as an option as opposed to the core of the code?

Thanks</description>
		<content:encoded><![CDATA[<p>@Nick Thanks.</p>
<p>Is here the possibility to provide some code that would allow this functionality as an option as opposed to the core of the code?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Busey</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-7</link>
		<dc:creator>Nick Busey</dc:creator>
		<pubDate>Wed, 07 Apr 2010 04:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-7</guid>
		<description>@Nico Thanks!

@Daniel I considered this when building the plugin, but thought it might introduce errors in data entry. If the user picked a date that clearly doesn&#039;t exist, this will force them to recheck the date they are entering and make sure it is correct, rather than defaulting to the closest available date.</description>
		<content:encoded><![CDATA[<p>@Nico Thanks!</p>
<p>@Daniel I considered this when building the plugin, but thought it might introduce errors in data entry. If the user picked a date that clearly doesn&#8217;t exist, this will force them to recheck the date they are entering and make sure it is correct, rather than defaulting to the closest available date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Biginton</title>
		<link>http://www.nickbusey.com/jquery-date-select-boxes-plugin/comment-page-1/#comment-6</link>
		<dc:creator>Daniel Biginton</dc:creator>
		<pubDate>Tue, 06 Apr 2010 19:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.nickabusey.com/?page_id=15#comment-6</guid>
		<description>The only thing i would like to see is that, for example, february 29 2008 was selected, but then the year amended to 2010, instead of the day selected the default &#039;day&#039;, the script automatically selects the max day of the month.

Other than that, its ace.</description>
		<content:encoded><![CDATA[<p>The only thing i would like to see is that, for example, february 29 2008 was selected, but then the year amended to 2010, instead of the day selected the default &#8216;day&#8217;, the script automatically selects the max day of the month.</p>
<p>Other than that, its ace.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

