I want to be able to read a string and return the first date appears in it. Is there a ready module that I can use? I tried to write regexs for all possible date format, but it
Also you can try dateutil.parser... Did not tried it myself, but heard some good comments. python-dateutil