<?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: unformat date missing(?)</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/unformat-date-missing</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/unformat-date-missing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>JR on unformat date missing(?)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/unformat-date-missing#p27755</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/unformat-date-missing#p27755</guid>
        	        	<description><![CDATA[<p>hi, im having a problem with the unformat function.</p>
<p>currently, im using "getRowData" and "addRowData" to move row between grids. everything works&#160;fine but dates. the problem is that getRowData gives formatted data. inspecting "unformat" in&#160;"jquery.fmatter.js" i can see a "switch(formatType)" that does not include the date format.</p>
<p>i have added it, and now it works as i expected.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8468' value='Select Code' data-codeid='sfcode8468' /></p>
<div class='sfcode' id='sfcode8468'>
<p>case &#39;date&#39; :</p>
<p>op = $.extend({},opts.date,op);</p>
<p>ret = $.fmatter.util.DateFormat(op.newformat,$(cellval).text(),op.srcformat,op);</p>
<p>break;</p>
</div>
<p>but, is unformat for dates really missing or am i missing something?</p>
<p>thanks!</p>
]]></description>
        	        	<pubDate>Mon, 19 Nov 2012 18:50:30 +0200</pubDate>
        </item>
</channel>
</rss>