I have a From date and a To date in the application. I have to allow the user to enter the date like below.
example:
From Date :01-01-2014 To Date :01-02-2014
From Date :02-02-2014 To Date :01-03-2014
and I am not supposed to allow the any date between like this
From Date: 05-01-2014 To date :30-01-2014
How do I validate the dates like this in java.