show/hide this revision's text 2 added 50 characters in body

Calendar is usually the way to go, but understand that most Java Date management will be handled on your part if you want it done properly. Timezone is a good thing to look into if you have to manage international/cross-zone info. Joda Time is also a neat thing and is going the inspiration behind the new suggested Date/Time concepts to be rolled into added to Java via in JSR 310.

Hope this is helpful.

show/hide this revision's text 1

Calendar is usually the way to go, but understand that most Java Date management will be handled on your part if you want it done properly. Timezone is a good thing to look into if you have to manage international/cross-zone info. Joda Time is also a neat thing and is going to be rolled into Java via JSR 310.

Hope this is helpful.