jquery – 如何在jqgrid中更改日期格式

我有一个与jqgrid相关的问题.我在jqgrid表中显示日期,如“FRI MAY 17 00:00:00 IST 2013”​​.我想将其格式更改为“17/5/2013”​​.我可以这样做吗?
{name:'checkin',index:'checkin',width:60,searchoptions:{sopt:['eq']}},

这是我的代码.

解决方法

试试这些:
formatter: 'date',formatoptions: { srcformat: 'd/m/Y',newformat: 'd/m/Y'}

鉴于此:JQgrid json date format

相关文章

页面搜索关键词突出 // 页面搜索关键词突出 $(function () {...
jQuery实时显示日期、时间 html: <span id=&quot...
jQuery 添加水印 <script src="../../../.....
中文:Sys.WebForms.PageRequestManagerParserErrorExceptio...
1. 用Response.Write方法 代码如下: Response.Write(&q...
Jquery实现按钮点击遮罩加载,处理完后恢复 思路: 1.点击按...