I have a date in the format "2011-06-24" and a list of other date strings in the same format. For each row in the list, I want to determine whether this date was in the past, compared to "2011-06-24". Is there a way to make this easy in python?
source
share