![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Instantiate java.util.Date...convert it into msecs using getTime()fn .Then add whatever offset msecs u have got to this. Eg Date newDt = new Date(); System.out.println("newDt " + newDt); This will give u the date u reqd.
Replies: |
Sponsored Links
|