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.
