I\'m looking for a function that can convert an English date phrase to some kind of Python date object representing the appropriate date.
An example of the kinds of
I think the best bet here would be the mxDateTime. The documentation seems to suggest that it does what you're looking for.