fastTime格式化时间

{
field: 'alarmTime',
title: '告警时间',
align: 'center',
width: 90,
valign: 'middle',
formatter:function(value,row,index){
//格式化时间value是fastTime,先转成中国标准时间,再format
return new Date(parseInt(value)).Format("yyyy-MM-dd hh:mm:ss");
}
},

posted @ 2018-08-01 10:08  云晴  阅读(576)  评论(0编辑  收藏  举报