gpt4 book ai didi

python - 如何只打印日期而不包括 datetime.datetime.strptime() 中的时间

转载 作者:太空狗 更新时间:2023-10-29 21:25:00 26 4
gpt4 key购买 nike

我有这段代码:

>>> import datetime
>>> l = '2011-12-02'
>>> t = datetime.datetime.strptime(l, '%Y-%m-%d')
>>> print t
2011-12-02 00:00:00

我的问题是,有可能只打印 2011-12-02 吗?

最佳答案

>>> t.strftime('%Y-%m-%d')
'2011-12-02'

关于python - 如何只打印日期而不包括 datetime.datetime.strptime() 中的时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8365819/

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