Hi, I just wanted to know if we have a method which computes the difference between two dates or do we write a program for the same.I did try to look up in JDK documentation but could not find. Will be obliged if somebody could help me.
Jane Griscti
Ranch Hand
Joined: Aug 30, 2000
Posts: 3141
posted
0
Hi Ira, I poked around in some books and the API and finally worked something out. It was easier when all you needed was the Date class but it's methods are deprecated now
Hope that helps. ------------------ Jane [This message has been edited by Jane Griscti (edited October 19, 2000).]