java - Converting Calendar date to string? - Stack Overflow
I have to compare two dates where first date is in Calendar format and other in string(DD-MMM-yyyy) format. So I want to convert one of the Calendar dates into String and use compareTo method. I h... ... Are you comparing the values to determine whether o...