Monday, May 14, 2012

find hour or minute difference between 2 java.sql.Timestamps?

I store a java.sql.Timestamp in a postgresql database as Timestamp data type and I want to find out the difference in minutes or hours from the one stored in the DB to the current timestamp. What is the best way about doing this? are there built in methods for it or do I have to convert it to long or something?





No comments:

Post a Comment