AngularJS将时间戳格式化处理

<td>{{type.createTime}}</td>

AngularJS将时间戳格式化处理

<td>{{type.createTime | date:'yyyy-MM-dd HH:mm:ss'}}</td>

AngularJS将时间戳格式化处理