Posted By:
Gautam_Marwaha
Posted On:
Tuesday, July 2, 2002 11:29 PM
use any of the following java.util.Date methods to compare two dates:
public boolean before(Date when)
public boolean after(Date when)
public int compareTo(Date anotherDate)
this shd work for same day, different time as well.