gpt4 book ai didi

javascript - UNIX 时间戳转换产生的月份为 0

转载 作者:行者123 更新时间:2023-12-03 08:47:23 25 4
gpt4 key购买 nike

我正在尝试将 UNIX 时间戳转换为 JavaScript 日期对象。它对于除以下输入之外的所有其他输入都运行良好,

dt = new Date(1421020800 * 1000);
dt.getMonth(); // yields '0'

出于某种神秘的原因,月份的输出值为 0,而预期值为 this link应为 1

Javascript 日期对象中的月份是否以 0 开头?

最佳答案

这是正常的 - 您可以阅读W3Schools (或其他任何地方)

The getMonth() method returns the month (from 0 to 11) for the specified date, according to local time.

Note: January is 0, February is 1, and so on.

关于javascript - UNIX 时间戳转换产生的月份为 0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32829037/

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