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