其他分享
首页 > 其他分享> > 封装将中国标准时间转化为年月日 时分秒

封装将中国标准时间转化为年月日 时分秒

作者:互联网

 //时期选择器的清空按钮
    saveTime(val){
      // this.runEndTimeall =[]
      // this.createEndTimeall = []
     if (val == null) val = []
    this.timeFormatter(Date.parse(val));
    },
    // timeFormatter(time) {
    //   if(time){
    //     const d = new Date(time);
    //     const timeString = `${this.timeFormat(d.getFullYear())}-${this.timeFormat(d.getMonth() + 1)}-${this.timeFormat(d.getDate())}`;
    //     return timeString
    //   }else{
    //     return ''
    //   }
    // },
    // timeFormat(val) {
    //   return val < 10 ? `0${val}` : val;
    // },

标签:return,val,timeFormatter,time,timeFormat,封装,年月日,时分秒,const
来源: https://blog.csdn.net/qq_39897978/article/details/104836031