JQ网格日期格式

时间:2013-06-04 06:12:43

标签: jqgrid jqgrid-formatter

你好我们正在使用JQ网格,我得到的日期格式是2012-09-16T00:00:00这样。我希望日期格式是2012-09-16的方式。 我试图改变它,但它不起作用。请查看我的代码并告诉我哪里出错了。

formatter:'date',formatoptions:{'srcformat':'Y-m -d H:i:s','newformat':'Y-m-d'}

4 个答案:

答案 0 :(得分:2)

抱歉,但我无法重现您的问题。例如,请参阅the demo

答案 1 :(得分:2)

将以下colModel替换为您的代码

{name:'createDate',index:'createdDate', width:80, formatter : 'date', formatoptions : {newformat : 'Y-m-d'} },

答案 2 :(得分:2)

它可以帮助你!!!

<sjg:gridColumn name="___" index="___" title="Date" sortable="true" width="70" align="right" formatter="date" formatoptions= "{srcformat:'y-m-d', newformat: 'Y-m-d' }"/>

答案 3 :(得分:0)

升级到4.8。我有同样的问题,我认为我也使用4.5。