ligerui前臺顯示數(shù)據(jù)數(shù)據(jù)頁面中的時間格式想改為2018/12/12這種,也就是不要時分秒,應(yīng)該怎么辦?gridColums = [ { display: '序號', name: 'id', align: 'center', render: function (record, rowindex, value, column) {//value值為name的值;record為ajax的所有返回值;rowindex:0,1,2... return id = rowindex + 1;//設(shè)置1到n; } }, { display: '地塊名字', name: 'NAME', align: 'left', width: 100 }, { display: '交接時間', name: 'jointime', align: 'center' }, { display: '開工時間', name: 'starttime', align: 'center' }, { display: '竣工時間', name: 'endtime', align: 'center' } ];頁面綁定的代碼 下面是頁面展示的效果
ligerui時間格式問題
繁星點(diǎn)點(diǎn)滴滴
2018-07-12 12:24:03