http://www.perlmonks.org?node_id=881988


in reply to Finding dates in unstructured text

Date::Manip is good at parsing arbitrarily formatted dates, if its performance is good enough for your data volumes.

But you should think hard about whether you trust the results, whichever parser you use to generate them. We once had a daily business report which was loaded by our users into Excel, which kindly parsed the value in some field, let us say "MAR6", as a date, where it actually represented something else altogether.