gpt4 book ai didi

javascript - 类型错误 : Date is not a constructor in Node js

转载 作者:太空宇宙 更新时间:2023-11-04 01:48:22 30 4
gpt4 key购买 nike

我正在运行一个 Node js 应用程序并面临这个奇怪的问题。我在另一个 Node 应用程序中没有遇到此错误。

当我尝试使用 javascript 日期函数时,出现错误“类型错误:日期不是构造函数”

我尝试了以下方法

var now = new Date();
var date2 = new Date('1995-12-17T03:24:00');
var dateformated = new Date("2018-05-31T11:37:03Z");

我需要为此导入一些包吗?可能是什么问题。我搜索了 stackoverflow 页面,但找不到特定于 Node 的页面

最佳答案

我在刚开始定义时遇到了这个错误 var Date = "1/1/2013";

You can't define a variable called "Date" because there's a built-in object in JS called that. So if you are used anywhere in this kind of sense. The you should change the name to something else.

关于javascript - 类型错误 : Date is not a constructor in Node js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50625152/

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