<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: set a range for datepicker</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>redsuitee on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p7026</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p7026</guid>
        	        	<description><![CDATA[<p>i hv try both, but it can't solved my problem yet..<br />
please help me..</p>
<p>sorry, i'm a newbie in jquery<br />
thanx for the help</p>
]]></description>
        	        	<pubDate>Wed, 03 Jun 2009 03:18:59 +0300</pubDate>
        </item>
        <item>
        	<title>hpoe on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p7025</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p7025</guid>
        	        	<description><![CDATA[<p>getYear is a bad idea, MSIE works different then FF.<br />
better use getFullYear, which works the same in all browsers and always returns 4 digits</p>
]]></description>
        	        	<pubDate>Wed, 03 Jun 2009 03:13:53 +0300</pubDate>
        </item>
        <item>
        	<title>aristideau on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6997</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6997</guid>
        	        	<description><![CDATA[<p>for some reason&#160;date.getYear() returns a 2 digit year value for pre 200 dates and 4 digits for post. (havent really dealt with pre 2000 dates for years) so to get your example to work try this:</p>
<p>&#160;function Years1950to1990(date) {&#160;<br />&#160; return [date.getYear() &#62;= 50 &#38;&#38; date.getYear() &#60;= 90, &#39;&#39;];&#160;<br />};</p>
<p>Will have to find the reason for this</p>
</p>
<p>regards</p>
<p>AA</p>
]]></description>
        	        	<pubDate>Mon, 01 Jun 2009 02:44:47 +0300</pubDate>
        </item>
        <item>
        	<title>redsuitee on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6996</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6996</guid>
        	        	<description><![CDATA[<p>it can't work..</p>
<p>it makes the date become read-only..</p>
]]></description>
        	        	<pubDate>Mon, 01 Jun 2009 01:14:35 +0300</pubDate>
        </item>
        <item>
        	<title>aristideau on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6995</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6995</guid>
        	        	<description><![CDATA[<p>Try this:</p>
<p>$("#datefield").datepicker({<br />&#160;     beforeShowDay: Years1950to1990<br />&#160; &#160; &#160; &#160; }<br />);</p>
<p>function Years1950to1990(date) {&#160;<br />&#160;   return [date.getYear() &#62;= 1950 &#38;&#38; date.getYear() &#60;= 1990, &#39;&#39;];&#160;<br />};</p>
<p>&#60;input type="text" id="datefield"&#62;</p>
]]></description>
        	        	<pubDate>Mon, 01 Jun 2009 00:07:25 +0300</pubDate>
        </item>
        <item>
        	<title>redsuitee on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6718</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6718</guid>
        	        	<description><![CDATA[<p>how can i set a range for datepicker?<br />
thx b4</p>
]]></description>
        	        	<pubDate>Fri, 15 May 2009 03:55:38 +0300</pubDate>
        </item>
        <item>
        	<title>tony on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6661</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6661</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>What about to ask the developer of this plugin?</p></p>
]]></description>
        	        	<pubDate>Wed, 13 May 2009 15:00:45 +0300</pubDate>
        </item>
        <item>
        	<title>redsuitee on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6607</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6607</guid>
        	        	<description><![CDATA[<p>anybody help me pliz..<br />
i really need your help for this problem</p>
]]></description>
        	        	<pubDate>Mon, 11 May 2009 01:59:49 +0300</pubDate>
        </item>
        <item>
        	<title>redsuitee on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6537</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6537</guid>
        	        	<description><![CDATA[<p>i hv tried the code..</p>
<blockquote>
<p>$("#datepicker").datepicker({minDate: -20, maxDate: '+1M +10D'});
</p>
</blockquote>
<p>but it didn't work..<br />
the datepicker didn't appear at all..</p>
]]></description>
        	        	<pubDate>Wed, 06 May 2009 22:43:50 +0300</pubDate>
        </item>
        <item>
        	<title>miguelchico on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6515</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6515</guid>
        	        	<description><![CDATA[<p>You can view an example here:</p>
<p><a href="http://jqueryui.com/demos/datepicker/#min-max" rel="nofollow" target="_blank"><a href="http://jqueryui.com/demos/date" rel="nofollow">http://jqueryui.com/demos/date</a>.....r/#min-max</a></p>
]]></description>
        	        	<pubDate>Wed, 06 May 2009 03:23:27 +0300</pubDate>
        </item>
        <item>
        	<title>redsuitee on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6508</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6508</guid>
        	        	<description><![CDATA[<p>thanx for your reply..<br />
but can you help me to give some solutions?</p>
]]></description>
        	        	<pubDate>Tue, 05 May 2009 21:11:09 +0300</pubDate>
        </item>
        <item>
        	<title>tony on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6496</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6496</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not a jqGrid problem.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 05 May 2009 09:33:03 +0300</pubDate>
        </item>
        <item>
        	<title>redsuitee on set a range for datepicker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6458</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/set-a-range-for-datepicker#p6458</guid>
        	        	<description><![CDATA[<p>i use datepicker for birthdate's field..</p>
<p>can i set a range for my datepicker.. for example, range for "year" between 1950 till 1990..<br />
how can i make it?<br />
thx</p>
]]></description>
        	        	<pubDate>Tue, 05 May 2009 02:53:26 +0300</pubDate>
        </item>
</channel>
</rss>