| Author |
Help with Date class
|
Judy Thompson
Greenhorn
Joined: Apr 02, 2004
Posts: 2
|
|
I am trying to Debug a program that uses 3 deprecated Date functions (getMonth, getDay, getYear). Any suggestions on what to replace them with??? Thanks.......
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24051
|
|
Hi Judy, Welcome to JavaRanch! Date is deprecated in favor of java.util.Calendar. Calendar is, unfortunately, a little more complex to use, but not horribly so.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Judy Thompson
Greenhorn
Joined: Apr 02, 2004
Posts: 2
|
|
Thanks so much..........I'll give those a try!!
|
 |
 |
|
|
subject: Help with Date class
|
|
|