gpt4 book ai didi

javascript - 如何使用 Luxon 获取一年中的第几天 [1-365|366]?

转载 作者:行者123 更新时间:2023-12-05 01:49:59 26 4
gpt4 key购买 nike

是否有可能从 Luxon 中获取 1-365|366 范围内的一年中的第几天 DateTime 对象?

我正在寻找一种不涉及计算值的解决方案。所以类似于 DateTime.dayDateTime.weekNumberDateTime.month 等或使用 DateTime.toFormat() 会很棒。

最佳答案

在 Luxon 中,您可以简单地使用 ordinal :

Get the ordinal (meaning the day of the year)

例子:

console.log(luxon.DateTime.now().ordinal)
<script src="https://cdn.jsdelivr.net/npm/luxon@3.0.3/build/global/luxon.min.js"></script>

关于javascript - 如何使用 Luxon 获取一年中的第几天 [1-365|366]?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73578699/

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