At 08:53 AM 11/16/99 -0500, Antonio Villafana
<[EMAIL PROTECTED]> wrote:
>
>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.
>

They're replaced by Calendar methods.

You can browse the API docs starting at:

http://java.sun.com/products/jdk/1.2/docs/api/index.html

for your question, the java.util.Date page is at:

http://java.sun.com/products/jdk/1.2/docs/api/java/util/Date.html
Regards,
    Mike
---------------------------------------------------------------
J. Michael Finn                 [EMAIL PROTECTED]
Senior Member Technical Staff   v: (512) 795-8274
Media Sourcery, Inc.                    f: (512) 795-8074
Austin Research Center
http://www.sourcery.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to