Vue中日期处理插件dayjs

1,https://www.bootcdn.cn/

搜索dayjs --》点击dayjs

2,https://www.bootcdn.cn/dayjs/

点击GITHUB仓库

3,https://github.com/iamkun/dayjs

点击简体中文--》

4,https://dayjs.gitee.io/docs/zh-CN/installation/typescript

通过 NPM 安装

npm install dayjs --save

在 Script 项目中导入并使用

import * as dayjs from 'dayjs'
dayjs().format()

示例:

 
        点击我弹出当前时间
      
      
        点击我弹出固定时间
 


你可能感兴趣的:(vue.js,前端,javascript)