python 用格式()来打印日期

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 用格式()来打印日期相关的知识,希望对你有一定的参考价值。

from datetime import datetime

format(datetime.now(), "%Y-%m-%d (%a)")

'date: {:%Y-%m-%d (%d)}'.format(datetime.now())

以上是关于python 用格式()来打印日期的主要内容,如果未能解决你的问题,请参考以下文章

python 日期和时间

熊猫用字符串转换日期

熊猫用字符串转换日期

Python 日期和时间

Python 日期和时间

Python 日期和时间