gpt4 book ai didi

javascript - JavaScript 中使用 getMonth() 和 getYear() 的日期格式不正确

转载 作者:行者123 更新时间:2023-11-28 11:23:16 28 4
gpt4 key购买 nike

我无法理解为什么 Javascript 中的日期会出现错误。例如...

$scope.campaign.date_start = new Date(19/11/2014);
Wed Nov 19 2014 00:00:00 GMT+0000 (GMT) - correct
$scope.campaign.date_start.getDay() = 19 - correct

到目前为止一切顺利,但是获取月份和年份给了我不正确的值......

$scope.campaign.date_start.getMonth() = 10 - incorrect should be 11
$scope.campaign.date_start.getYear() = 114 incorrect should be 2014

我这里出了什么问题吗?

最佳答案

JavaScript getMonth() 将始终返回实际的 month-1。对于年份,您需要使用 getFullYear() 获取 4 位数年份

关于javascript - JavaScript 中使用 getMonth() 和 getYear() 的日期格式不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26784093/

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