久久久久无码精品,四川省少妇一级毛片,老老熟妇xxxxhd,人妻无码少妇一区二区

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

時(shí)間:2024-07-22 13:19:55 JavaScript 我要投稿
  • 相關(guān)推薦

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

  復(fù)制代碼 代碼如下:

  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天前的日期】相關(guān)文章:

JavaScript日期時(shí)間格式化函數(shù)08-29

使用ajax操作JavaScript對(duì)象的方法09-28

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

javascript中for/in循環(huán)以及常見(jiàn)的使用技巧06-24

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

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

javascript面向?qū)ο笾械膶?duì)象怎么理解09-02

關(guān)于javascript對(duì)象之內(nèi)置和對(duì)象Math的使用方法10-08

對(duì)javascript的理解08-08

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