在JavaScript中显示带有日期对象的亚洲和美洲日期时间
为此,您可以使用JavaScript中的timeZone,即分别用于亚洲和美国的特定时区。
对于亚洲时区
var todayDateTime = new Date().toLocaleString("en-US", {timeZone:
"Asia/Kolkata"});对于美国时区
var americaDateTime = new Date().toLocaleString("en-US", {timeZone:
"America/New_York"});示例
var todayDateTime = new Date().toLocaleString("en-US", {timeZone: "Asia/Kolkata"});
todayDateTime = new Date(todayDateTime);
console.log("The Asia Date time is=");
console.log(todayDateTime)
var americaDateTime = new Date().toLocaleString("en-US", {timeZone: "America/New_York"});
americaDateTime = new Date(americaDateTime);
console.log("The America Date time is=");
console.log(americaDateTime);要运行上述程序,您需要使用以下命令-
node fileName.js.
在这里,我的文件名为demo193.js。
输出结果
这将产生以下输出-
PS C:\Users\Amit\javascript-code> node demo193.js The Asia Date time is= 2020-08-08T08:44:50.000Z The America Date time is= 2020-08-07T23:14:50.000Z
热门推荐
5 短祝福语简短暖心
10 结婚祝福语粤语大全简短
11 晚上祝福语女生文案简短
12 法语妈妈生日祝福语简短
13 药厂开工祝福语大全简短
14 蛋糕节日祝福语简短英文
15 跨年的生日祝福语简短
16 文案祝福语英文短句简短
17 在家聚餐婚礼祝福语简短
18 学生节祝福语大全简短