datetime.
isocalendar
()
datetime.
isocalendar
()Return a named tuple with three components: year
, week
and weekday
. The same as self.date().isocalendar()
.
Related Reading
datetime.
isocalendar
()Return a named tuple with three components: year
, week
and weekday
. The same as self.date().isocalendar()
.
Related Reading
Except as otherwise noted, the content of this page is licensed under the CC BY 4.0.
Reward