jqgrid格式化时间字段

{
                                          name:'sk',
                                          index: 'SK',
                                          formatter:function(value,options,row){
                                              return new Date(value).format('yyyy-MM-dd HH:mm:ss');
                                           }

其他,可参考链接

https://www.cnblogs.com/gmq-sh/p/7580436.html

posted @ 2022-03-18 11:55  爱跳舞的程序员  阅读(90)  评论(0编辑  收藏  举报