如何将request请求到的时间数据格式化?
我用request请求到数据后,都存在这里
that.setData({
datas: res.data.rows
})
wxml中绑定的时间字段
<rich-text nodes="{{item.update_date.value}}" class=“time”></rich-text>
显示出来是这样的 2019-04-12T13:33:15.000Z
如何去掉其中的T和Z
引入了util.js后该如何设置呢
获取到的数据很复杂不只有时间的字段,如何只更改时间的格式