date.__format__(format)
Same as date.strftime()
. This makes it possible to specify a format string for a date
object when using str.format()
. For a complete list of formatting directives, see strftime() and strptime() Behavior.
date.__format__(format)
Same as date.strftime()
. This makes it possible to specify a format string for a date
object when using str.format()
. For a complete list of formatting directives, see strftime() and strptime() Behavior.
Please login to continue.