コンテンツにスキップ

python f-stringでdatetimeのフォーマット#

print(f"{datetime.now():%Y-%m-%d}")
## '2021-07-06'

References#

Tags#

  • #python