def weekdayStr(date): return date.strftime("%A") # Returns the weekday as a string in its abbreviated form