vue 前端获取一串数字 如何进行时间格式化处理

1.table表格 使用formatter格式化日期javascript <el-table-column prop="createTime" :formatter="formatDate" label="入职日期"> </el-table-column> formatDate(row, column, cellValue, index) { if (cellValue ==
相关文章
相关标签/搜索