awitt 0 Posted February 13, 2009 Report Share Posted February 13, 2009 so i'm using the setDate and setMonth methods in a program I'm writing, but those methods, apparently, have become deprecated. Does anyone know the functions that may have taken their place and how to use them? Quote Link to post Share on other sites
aspnetguy 30 Posted February 13, 2009 Report Share Posted February 13, 2009 A lot of that functionality has been replaced with the Calendar class. Quote Link to post Share on other sites
vijay1440 0 Posted February 16, 2009 Report Share Posted February 16, 2009 so i'm using the setDate and setMonth methods in a program I'm writing, but those methods, apparently, have become deprecated. Does anyone know the functions that may have taken their place and how to use them?Calendar.set(Calendar.DAY_OF_MONTH, int date).Also check the URL http://java.sun.com/j2se/1.4.2/docs/api/ja...ml#setDate(int) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.