Tanggal Java sama dengan tanggal lainnya


// date1 and date2 are Date objects
if(date1.compareTo(date2)==0){
	// the dates are equal
}
Karamolegkos