<?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: How to use 'mask' with dates?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-use-mask-with-dates</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/how-to-use-mask-with-dates/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>coyote on How to use 'mask' with dates?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-use-mask-with-dates#p22922</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-use-mask-with-dates#p22922</guid>
        	        	<description><![CDATA[<blockquote>
<p>coyote said:</p>
<p>I&#39;m using a JSON backend that formats dates as &#39;2011-03-03T00:00:00&#39;. &#160;I think that jqGrid allows me to use a mask to trim this down to a format that jqGrid understands, but I haven&#39;t been able to find any examples of this. &#160;</p>
</blockquote>
<hr />
<p>Whoops, I figured this out, so I&#39;ll post it here to help others:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit3910' value='Select Code' data-codeid='sfcode3910' /></p>
<div class='sfcode' id='sfcode3910'>
<p>var &#160; &#160; colModel = [<br />&#160;&#160; &#160; &#160; &#160; &#160; {name: &#39;date&#39;, index: &#39;date&#39;, width: 150, jsonmap: &#39;date&#39;,&#160;<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;formatter: &#39;date&#39;,<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160;formatoptions: {srcformat: &#39;SortableDateTime&#39;,<br />&#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;newformat: &#39;j M Y - D&#39;} },<br />&#160;&#160; &#160; &#160; &#160; &#160; ...<br />&#160;&#160; &#160; &#160; &#160; ];&#160;</p>
</div>
]]></description>
        	        	<pubDate>Mon, 25 Apr 2011 23:38:21 +0300</pubDate>
        </item>
        <item>
        	<title>coyote on How to use 'mask' with dates?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-use-mask-with-dates#p22921</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-use-mask-with-dates#p22921</guid>
        	        	<description><![CDATA[<p>I&#39;m using a JSON backend that formats dates as &#39;2011-03-03T00:00:00&#39;. &#160;I think that jqGrid allows me to use a mask to trim this down to a format that jqGrid understands, but I haven&#39;t been able to find any examples of this. &#160;</p>
</p>
<p>Can anyone help me to figure out how to do this?</p></p>
]]></description>
        	        	<pubDate>Mon, 25 Apr 2011 23:22:17 +0300</pubDate>
        </item>
</channel>
</rss>