w3resource

Python: strftime()

strftime()

The strftime() function returns a string representing the date, controlled by an explicit format string. Format codes referring to hours, minutes or seconds will see 0 values.

Syntax:

date.strftime(format)

Complete list of formatting with examples:


Download the Notebook from here.

Test your Python skills with w3resource's quiz



Follow us on Facebook and Twitter for latest update.