Apr 26, 2005 #1 paulbradley Programmer Joined Oct 9, 2002 Messages 158 Location GB I have a GregorianCalendar variable ('due') and I would like to compare this with today's date and return true or false if it is beofre or after it. Is there an easy way of doing this? Cheers in advance.
I have a GregorianCalendar variable ('due') and I would like to compare this with today's date and return true or false if it is beofre or after it. Is there an easy way of doing this? Cheers in advance.
Apr 26, 2005 #2 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES Humm Did you even tried having a look at the documentation, there are some methods called equals, compareTo, after and before that can help you. Cheers, Dian Upvote 0 Downvote
Humm Did you even tried having a look at the documentation, there are some methods called equals, compareTo, after and before that can help you. Cheers, Dian