var tempDate = new Date() // 获取今天的日期
tempDate.setDate(tempDate.getDate() - N) // 今天的前N天的日期,N自定义
endDate = tempDate.getFullYear() +-+ (tempDate.getMonth() + 1) + '-' + tempDate.getDate()
console.log(endDate)
Logo

前往低代码交流专区

更多推荐