流浪のwolf

卷帝

导航

使用第三方包处理时间

    console.log(this.currentDate); // Sat Dec 22 2007 00:00:00 GMT+0800 (中国标准时间)
      const str = dayjs(this.currentDate).format("YYYY-MM-DD");
      console.log(str); // 2007-12-22

dayjs-gw:   https://dayjs.gitee.io/zh-CN/

posted on 2022-10-18 16:32  流浪のwolf  阅读(5)  评论(0编辑  收藏  举报