美文网首页
el-date-picker 设置默认时间

el-date-picker 设置默认时间

作者: zhang_sir_ | 来源:发表于2022-12-20 15:13 被阅读0次

      const start = new Date();

      const end = new Date();

      end.setTime(end.getTime() + 3600 * 1000 * 2); // 设置结束默认时间为当前时间两小时后

      timer = [ start, end ]

    相关文章

      网友评论

          本文标题:el-date-picker 设置默认时间

          本文链接:https://www.haomeiwen.com/subject/hntpqdtx.html