I have date strings like this:
\'January 11, 2010\'
and I need a function that returns the day of the week, like
\'mon\', o
import time time.strftime('%A')