Re: Calculating the difference of days between two dates in Java
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 27 Jul 2007 16:48:23 GMT
Hello,everyone! I used the Date class to create two dates by invoking theall you need is Date.getTime() and subtract. See
constructor Date(long date), but can anybody tell me how to calculate the
difference of days between these two dates? Which methods should I use?
Thank you!!
http://mindprod.com/jgloss/calendar.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- Calculating the difference of days between two dates in Java
- From: Andy Jiang
- Calculating the difference of days between two dates in Java
- Prev by Date: Re: Question for Roedy
- Next by Date: Re: Calculating the difference of days between two dates in Java
- Previous by thread: Re: Calculating the difference of days between two dates in Java
- Next by thread: Re: Calculating the difference of days between two dates in Java
- Index(es):
Relevant Pages
|