<?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: Datepicker - short year (yy) -2000</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/datepicker-short-year-yy-2000</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/bugs/datepicker-short-year-yy-2000/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Datepicker - short year (yy) -2000</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/datepicker-short-year-yy-2000#p14347</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/datepicker-short-year-yy-2000#p14347</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you very much. Fixed.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 28 Jan 2010 16:53:33 +0200</pubDate>
        </item>
        <item>
        	<title>pirteid on Datepicker - short year (yy) -2000</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/datepicker-short-year-yy-2000#p14312</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/datepicker-short-year-yy-2000#p14312</guid>
        	        	<description><![CDATA[<p>Hello</p>
<p>If the representation of the year is from two digits it&#160; appear an error when the year is 2000.</p>
<p>in line 532 from grid.common.js</p>
<p>var dv =&#160; isNaN(date[i]) ? 0 : parseInt(date[i],10);</p>
<p>date[i] = "00"---&#62;&#160; so the dv will be 0 in any cases.</p>
</p>
<p>Eventual fix is to change line 552</p>
<p>from</p>
<p>&#160;&#160;&#160; if (strDate.length != yln &#124;&#124; tsp[format[j]]==0 ){</p>
<p>into</p>
<p>if (strDate.length != yln &#124;&#124; (tsp[format[j]]==0 &#38;&#38; date[j]!="00") ){</p>
<p>
Thank you</p>
]]></description>
        	        	<pubDate>Wed, 27 Jan 2010 14:22:58 +0200</pubDate>
        </item>
</channel>
</rss>