Is it possible to extract dates from a string in Java?
I have 500+ string with different data. In them, there can be:
"... period from 08.23.2011 - 09.05.2011..."
and also:
"...period ends 06.09.2011...".
It's not certain that the above string are there, but they can be.
Is it possible to extract the 3 dates and get them in Date format?
