aspose file tools
The moose likes Java in General and the fly likes how to compare a Date and a Calendar date ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to compare a Date and a Calendar date ?" Watch "how to compare a Date and a Calendar date ?" New topic
Author

how to compare a Date and a Calendar date ?

Raj Ohadi
Ranch Hand

Joined: Jun 30, 2006
Posts: 314
I have a java.util.Date variable and a Calendar.getInstance(), how do I compare them ??
Edwin Dalorzo
Ranch Hand

Joined: Dec 31, 2004
Posts: 961
Calendendar has a method getTime() that returns a Date object. Use it and compare them.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to compare a Date and a Calendar date ?
 
Similar Threads
compare the date field with the current date in struts 2 validation.xml
comparing two dates
compare two dates thru Calendar
Quick Date Question
Problem with Date Object