is there a smart date parser in Java that would parse a variety of date formats without knowning ahead what the format is? for example I can have the following formats:
21-3-1998, March 2004, 2001, 3/4/97 12-Dec-1998
is there a simple parse call(third party lib is ok) I can use to handle them call?