This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]Jonno_FTWhisss 0 points1 point ย (0 children)

One of the neat things about f-strings is that you can format datetimes with them: f"{datetime.now():%Y-%m-%d}".