gpt4 book ai didi

javascript - 如何从 (new Date()).zeroTime() 获取 7 天前的日期?

转载 作者:行者123 更新时间:2023-11-28 13:51:18 25 4
gpt4 key购买 nike

我正在使用 (new Date()).zeroTime() 来获取当前日期,如何获取 7 天前的日期。例如,如果今天是 2012 年 5 月 24 日,我怎样才能得到 2012 年 5 月 17 日

最佳答案

在 C# 中,您可以使用 DateTime.AddDays 并使用 -7 作为参数。

了解更多 here

在 JavaScript 中是:

myDate.setDate(myDate.getDate() - 7);

关于javascript - 如何从 (new Date()).zeroTime() 获取 7 天前的日期?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10737545/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com