def monthStr(date): return date.strftime("%B") # Returns the month as a string in its abbreviated form