datetime.isoweekday()
Return the day of the week as an integer, where Monday is 1 and Sunday is 7. The same as self.date().isoweekday()
. See also weekday()
, isocalendar()
.
datetime.isoweekday()
Return the day of the week as an integer, where Monday is 1 and Sunday is 7. The same as self.date().isoweekday()
. See also weekday()
, isocalendar()
.
Designed by : w10schools
service@w10schools.com
Please login to continue.