date.weekday()
Return the day of the week as an integer, where Monday is 0 and Sunday is 6. For example, date(2002, 12, 4).weekday() == 2
, a Wednesday. See also isoweekday()
.
date.weekday()
Return the day of the week as an integer, where Monday is 0 and Sunday is 6. For example, date(2002, 12, 4).weekday() == 2
, a Wednesday. See also isoweekday()
.
Designed by : w10schools
service@w10schools.com
Please login to continue.