how do i check/validate in Android whether end date [textbox] is greater than start date [textbox]?
I have displayed Current date in th initial time.. By the run time, i will change the Starting and end date..
While changing the Start date, the End date must be Greater than the Start date…
Help me to achieve this..
Try this function.
It return true if enddate is after start date. You can change date format as per your requirement.