Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.sql.Date: alternate for deprecated method

807603Dec 11 2007 — edited Dec 11 2007
In my application, I am using java.sql.Date and I need to check the day of the date. What I am using is

if (dateObject.getDay() + 1 == Calendar.SATURDAY)

I know getDay is deprecated, Any suggestion for alternate of getDay.

Regards
Kenny G
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2008
Added on Dec 11 2007
5 comments
395 views