Using Python I would like to find the date object for last Wednesday. I can figure out where today is on the calendar using isocalendar, and determine whether or not ...
I'm getting a sequence of day of the week. Python code of what I want to do:
def week_days_to_string(week_days): """ >>> week_days_to_string(('Sunday', 'Monday', 'Tuesday')) ...
I would like to know this: I have for example this date:
2011-08-10 wednesday
2011-09-14 wednesday