python : time模块weekday()

weekday(year,month,day)

返回给定日期的日期码。0(星期一)到6(星期日)。月份为 1(一月) 到 12(12月)。

所以,如果要使返回的数字与星期对应,则在返回值后面加1。

你可能感兴趣的:(python)