[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Calendar and GMT and localtime
Look at java.util.Calendar and java.text.DateFormat
-----Original Message-----
From: Gudavalli, Manidhar [mailto:manidhar.gudavalli@eds.com]
Sent: Friday, October 18, 2002 3:14 PM
To: 'Curt Smith'
Cc: ajug-members@ajug.org
Subject: Calendar and GMT and localtime
HI ALL:
This may be pretty simple. But I could not find a simple method that convets
GMT time to local time.
Is there a API that converts GMT to LocalTime.
I have GMT time as string "200210182010". And need to convert that to
localtime including Daylightsavings. DO I need to write code around this or
is there an method on on of the Java classes.
thanks
MANI