gpt4 book ai didi

datetime - 将日期时间格式化为周数

转载 作者:行者123 更新时间:2023-12-02 22:15:09 25 4
gpt4 key购买 nike

我正在尝试使用 Dates.format() 函数将 DateTime 对象格式化为 String。我想获取特定时间的周数,但是我找不到正确的 formatting option in the docs .

我知道我可以通过运行 Dates.week 来得到这个,但我真的很想知道是否可以通过 format 获得更清晰的代码(并破解打高尔夫球的代码)挑战...)。

这是一些实际代码:

julia> my_time = now()
2018-03-22T08:16:15.601

julia> Dates.week(my_time)
12

julia> Dates.format(my_time, "Y m d H:M:S")
"2018 3 22 8:16:15"

在 R 中,我可以对 get the weeks formatted 执行“%V” 。 Julia 有类似的方法吗?

最佳答案

不,没有像 %V 这样的格式说明符:

julia> Base.Dates.CONVERSION_SPECIFIERS
Dict{Char,Type} with 12 entries:
'm' => Base.Dates.Month
'd' => Base.Dates.Day
'M' => Base.Dates.Minute
'Y' => Base.Dates.Year
'e' => Base.Dates.DayOfWeekToken
's' => Base.Dates.Millisecond
'U' => Base.Dates.Month
'E' => Base.Dates.DayOfWeekToken
'H' => Base.Dates.Hour
'y' => Base.Dates.Year
'u' => Base.Dates.Month
'S' => Base.Dates.Second

这些说明符的代码中有 a note应该有一种方法可以让包添加更多内容。

关于datetime - 将日期时间格式化为周数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49423696/

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