gpt4 book ai didi

python - 如何将包含月份名称的字符串转换为整数?

转载 作者:太空宇宙 更新时间:2023-11-03 13:51:39 24 4
gpt4 key购买 nike

有没有办法将包含月份名称的字符串转换为依赖于当前语言环境的整数?
我知道 somedate.strftime("%B") 可以根据当前语言环境将日期时间对象转换为包含月份名称的字符串,但有没有办法倒退?

最佳答案

strptime() 的作用与 strftime() 的作用相反。

>>> datetime.datetime.strptime("February", "%B").month
2

关于python - 如何将包含月份名称的字符串转换为整数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7463896/

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