gpt4 book ai didi

javascript - 如何从 Luxon DateTime 对象中获取时间戳?

转载 作者:行者123 更新时间:2023-12-05 00:30:25 36 4
gpt4 key购买 nike

如何从 luxon dateTime 对象获取时间戳?
例如?

const { DateTime } = require("luxon");

date = DateTime.now().setZone('utc');
date.endOf('day);

console.log(date.???) // should give something like 1629399474922
这应该等同于 javascript 的 Date.getTime()功能。

最佳答案

Luxon 的文档出人意料地对此保持沉默,但在 some digging 之后我终于找到了:


date.toMillis();
// or
date.valueOf();

关于javascript - 如何从 Luxon DateTime 对象中获取时间戳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68853301/

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