Difference between Date Objects

2001-12-03 Thread syed huda
Is there anyway to find difference between two Date objects? For example, how to calculate age if I have date of birth and Calender.getInstance().getTime();? Regards, - Original Message - From: David Rice [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 03, 2001 12:55 PM

Re: Difference between Date Objects

2001-12-03 Thread Doug Turner
This really isn't a JSP question, there are better forums for Java questions. However, how about using the GregorianCalendar.add(...) methods? At 01:49 PM 12/3/01 -0700, syed huda wrote: Is there anyway to find difference between two Date objects? For example, how to calculate age if I have