1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 怎么使用Javascript獲取距今n天前的日期

        時間:2024-07-22 13:19:55 JavaScript 我要投稿
        • 相關推薦

        怎么使用Javascript獲取距今n天前的日期

          復制代碼 代碼如下:

          function Test(day) {

          var today = new Date();

          var beforMilliseconds = today.getTime() - 1000 * 3600 * 24 * day;

          var beforday = new Date();

          beforday.setTime(beforMilliseconds);

          var strYear = beforday.getFullYear();

          var strDay = beforday.getDate();

          var strMonth = beforday.getMonth() + 1;

          if (strMonth < 10) {

          strMonth = "0" + strMonth;

          }

          var strYesterday = strYear + "-" + strMonth + "-" + strDay;

          alert(strYesterday);

          }

        【怎么使用Javascript獲取距今n天前的日期】相關文章:

        JavaScript日期時間格式化函數08-29

        使用ajax操作JavaScript對象的方法09-28

        詳解JavaScript中的splice()使用方法08-20

        javascript中for/in循環以及常見的使用技巧06-24

        javascript的閉包概念怎么理解06-15

        Javascript中arguments對象的詳解和使用方法08-20

        javascript面向對象中的對象怎么理解09-02

        關于javascript對象之內置和對象Math的使用方法10-08

        對javascript的理解08-08

        妝前乳的正確使用方法07-21

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>