I have a string that has several date values in it, and I want to parse them all out. The string is natural language, so the best thing I\'ve found so far is dateutil.
I think if you put the "words" in an array, it should do the trick. With that you can verify if it is a date or no, and put in a variable.
Once you have the date you should use datetime library library.