格式化时间
1.安装
npm install dayjs
2.导入
import dayjs from 'dayjs'
3.使用
dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss')
image.png
格式化时间
1.安装
npm install dayjs
2.导入
import dayjs from 'dayjs'
3.使用
dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss')