input_formats
A list of formats used to attempt to convert a string to a valid datetime.time
object.
If no input_formats
argument is provided, the default input formats are:
1 2 | '%H:%M:%S' , # '14:30:59' '%H:%M' , # '14:30' |
input_formats
A list of formats used to attempt to convert a string to a valid datetime.time
object.
If no input_formats
argument is provided, the default input formats are:
1 2 | '%H:%M:%S' , # '14:30:59' '%H:%M' , # '14:30' |
Designed by : w10schools
service@w10schools.com
Please login to continue.