|
Hello Everyone,
Can anyone tell me what is new method for replacing
the following:
java.util.Date myDate = new
java.util.Date();
String myString = myDate.getHours()
+ myDate.getMinutes() +
myDate.getSeconds();
I am using jdk1.2.2 . There is a warning that these
methods has been deprecated. I was unable to find anything on this deprecation
at sun's site.
Thanks,
*Antonio*
|
- Re: Deprecation of java.util.Date methods Antonio Villafana
- Re: Deprecation of java.util.Date methods Madhavi Karanam
- Re: Deprecation of java.util.Date methods J. Michael Finn
- Re: Deprecation of java.util.Date methods Martin Kuba
- Re: Deprecation of java.util.Date methods Andras Balogh
- Re: Deprecation of java.util.Date methods Andrew Maxbeard
- Re: Deprecation of java.util.Date methods Tom Kochanowicz
- Re: Deprecation of java.util.Date methods Chris Pratt
- Re: Deprecation of java.util.Date methods Christian Damsgaard
- Re: Deprecation of java.util.Date methods Antonio Mancuso
