Returns the weekday of the date in string format.
(self)
| 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.""" |