您现在的位置是:首页 > 网站制作 > vue.js心得vue.js心得

使用day.js格式化时间

蒙xs2021-03-29【vue.js心得】人已围观

简介安装 dayjs 依赖包
npm install dayjs --save

封装js文件调用

引入文件

调用
js中使用 ----> 直接用
const date = formatDate(this.form.startDate, 'YYYY-MM&#3

安装 dayjs 依赖包
npm install dayjs --save

封装js文件调用

引入文件


调用
js中使用 ----> 直接用   
const date = formatDate(this.form.startDate, 'YYYY-MM');

结构中使用 ---> js中封装方法  在调用
// 结构中
  <template slot-scope="scope">
        {{ formatDate(scope.row.recordTime) }}
  </template>
// js 中
  formatDate(time) {
       return formatDate(time, 'YYYY-MM-DD');
    },
转自https://blog.csdn.net/xfWgaoqiang/article/details/109389020
 

Tags:

很赞哦! ()

文章评论

    共有条评论来说两句吧...

    用户名:

    验证码:

站点信息

  • 建站时间:2019-1-11
  • 文章统计142篇文章
  • 标签管理标签云
  • 统计数据百度统计
  • 建站,写前端联系我:扫描二维码,