Jump to content

Dates


awitt

Recommended Posts

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?

Link to comment
Share on other sites

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)
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...