| Author |
Date calculation
|
tan kian
Ranch Hand
Joined: Apr 09, 2004
Posts: 40
|
|
|
i'm doing a program that requires me to calculate the difference between the current date and a date that the user inputs. how should i go about doing it?
|
 |
John Smith
Ranch Hand
Joined: Oct 08, 2001
Posts: 2937
|
|
|
javadocs for java.util.Calendar
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
Take a look at our Java Dates Faq, which includes a section on comparing dates.
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
 |
|
|
subject: Date calculation
|
|
|