| getMonth depricated so what is the right way ? I use date objects, and I need to get the 2 digit month , 2 digit day, and 4 digit year all in sepearate calls.
the documentation says getMonth is deprecated, and replaced with Calandar.
the examples of the Calendar class i've seen are getting the info from a Calendar object though.
What is the best way to get this info from a Date object without using deprecated methods?
__________________ Mike |