Close
jGuru Forums
Posted By: Ajay_Phagura Posted On: Friday, January 23, 2004 09:04 AM
I need to write a method to get tomorrows date. What will be best way to do it? I was thinking of using the
System.currentTimeMillis()+ 86400000;
on jUNIT
Posted By: ravi_krishna Posted On: Wednesday, April 7, 2004 02:37 AM
Re: Tomorrows Date from java.util.date ?
Posted By: Christopher_Koenigsberg Posted On: Friday, January 23, 2004 11:13 AM
Perhaps a Calendar, and then add 1 day?