What is the best way to parse dates in Java ? Is there any built in way to parse strings such as \"18 Jul 2011\" , \"Jul 18, 2011\", \"18-07-2011\", \"2011-07-18\" without k
Not really. BalusC wrote a brilliant post on DateUtil, that "solves" most date formats parsing.