> Only all constructors and methods that try
> to treat the Date as an calendar are deprecated.
> 
> It still valid to use Date with time in ms and
> to do math with that.

Sorry, my mistake.  That's what I get for shooting off the old mouth without
a full understanding.

I learned long ago this class was "deprecated" from some guy who told me
that -- but I never read the documentation thoroughly enough, I guess.  I
saw about 90% deprecation of methods and made the wrong assumption -- that
the class was being deprecated.  The documentation for Date is very
interesting, BTW.  Just read it myself ;)

cheers
fillup


On 6/5/02 11:59 PM, "Ralph Einfeldt" <[EMAIL PROTECTED]> wrote:

> Date deprecated ? Until 1.4 this class is not
> deptrecated (and I guess it will not be in future
> versions).
> 
> Only all constructors and methods that try
> to treat the Date as an calendar are deprecated.
> 
> It still valid to use Date with time in ms and
> to do math with that.
> 
>> -----Ursprüngliche Nachricht-----
>> Von: Phillip Morelock [mailto:[EMAIL PROTECTED]]
>> Gesendet: Mittwoch, 5. Juni 2002 23:09
>> An: Tomcat Users List
>> Betreff: Re: Improper timing using Calendar class (JSP/servlet)
> <snip/>
>> Also, the Date class is deprecated, and the Calendar class
>> should be used
>> via the concrete culture-specific subclass, in Western society this is
>> GregorianCalendar.
> <snip/>
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to