gpt4 book ai didi

python - python 中 date.toordinal() 的倒数是什么?

转载 作者:太空狗 更新时间:2023-10-29 20:14:29 27 4
gpt4 key购买 nike

在 python 中,date对象可以这样转换为公历序数:

d=datetime.date(year=2010, month=3, day=1)
d.toordinal()

但是什么是逆运算呢?

最佳答案

相反的是date.fromordinal

classmethod date.fromordinal(ordinal)

    Return the date corresponding to the proleptic Gregorian ordinal, where January 1 of year 1 has ordinal 1. ValueError is raised unless 1 <= ordinal <= date.max.toordinal(). For any date d, date.fromordinal(d.toordinal()) == d.

关于python - python 中 date.toordinal() 的倒数是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16542074/

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