MCPcopy Create free account
hub / github.com/ActiveState/code / GetWeekday

Method GetWeekday

recipes/Python/117215_A_Date_module/recipe-117215.py:206–208  ·  view source on GitHub ↗

Returns the weekday of the date in string format.

(self)

Source from the content-addressed store, hash-verified

204 return ret
205
206 def GetWeekday(self):
207 """Returns the weekday of the date in string format."""
208 return Date.Weekdays[self.weekday()]
209
210 def GetMonth(self):
211 """Returns the month of the date in string format."""

Callers

nothing calls this directly

Calls 1

weekdayMethod · 0.95

Tested by

no test coverage detected