Link to home
Start Free TrialLog in
Avatar of clique10
clique10

asked on

toGMTstring Deprecated to ???

Hi all,

   In an applet, I was using this toGMTstring method, but for some reasons I needed to re-compile this applet, but this time with this new jdk1.3 and it gives all the errrors in the world to me.
   So the problem is :

   How to get the GMT time for the local Time ?

Avatar of dmaguillo
dmaguillo

Hi clique 10.

U must replace it by:

DateFormat.format(Date date)

Bye... :)
ASKER CERTIFIED SOLUTION
Avatar of Jim Cakalic
Jim Cakalic
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of clique10

ASKER

Thanks Jim !!!