Hi
I have a form containing two text fields (one for fromDate & other for toDate). I am capturing these two field values entered by the user. Now i want to compare these two date's(which are in
string format) so that the fromDate should not be greater than toDate. I am unable to understand the Calendar technique which i assume to be applied here.
Regards,
Maddi