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