gpt4 book ai didi

javascript 创建新日期减去一天

转载 作者:搜寻专家 更新时间:2023-11-01 05:29:27 25 4
gpt4 key购买 nike

实际上,我试图设置一个具有确定日期的 jquery datepicker,但是当我为设置小部件创建一个新日期时,javascript 给我一天减去

代码:

new Date('2016-04-14')

结果:

Wed Apr 13 2016 17:00:00 GMT-0700 (US Mountain Standard Time)

jsfiddle

最佳答案

你应该 read the fine manual

Note: parsing of date strings with the Date constructor (and Date.parse, they are equivalent) is strongly discouraged due to browser differences and inconsistencies.

您可能应该使用 new Date(2016, 3, 14)(3 因为月份整数是从零开始的)。这将在 4 月 14 日午夜在您的时区创建一个日期。

关于javascript 创建新日期减去一天,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36589274/

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