The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
January 2001

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:

ok

Posted by Tim on January 30, 2001 at 7:23 PM

> I use standard class: 'java.util.date to save information about the date: 'Friday, Jan 19, 2001 - 13:19, GMT+07:00'
> and I get the result: '979885155970'.
> Now I want to decode this result to get the date that I saved by using another program. My problem is I don't know the algorithm to decode it. If any body know, please help me!


Ok, I did the following
java.util.Date date;
date = new java.util.Date();
String test = date.toString();




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us