File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Time Stamp values Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Time Stamp values" Watch "Time Stamp values" New topic
Author

Time Stamp values

siva kumar
Ranch Hand

Joined: Sep 03, 2004
Posts: 86
How to find the difference between the two Timestamp values in

Java.

I'm not finding good ways to find that
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Use getTime() which returns the number of milliseconds from 01/01/70 00:00:00 GMT. You can subtract one timestamp from another this way, and the result is the number of milliseconds between the two.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Time Stamp values
 
Similar Threads
Boolean arrays in java
get the value of constant
Drawing a Histogram ( I know its been covered and I have read through those posts)
notes on thread , inner classes,...........
Retrive data from requst object without using getParameter()