1、首先安装moment

    npm install moment --save

2、在main.js里引入

     import moment from 'moment'//导入文件

     Vue.prototype.$moment = moment;//赋值使用

     moment.locale('zh-cn');//需要汉化

     例:

3、调用方法

     moment(this.date).format("dddd")//星期二

 

相关文章:

  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-11-15
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案