| Author |
Adding three weeks to a date
|
Lisa Modglin
Ranch Hand
Joined: Oct 28, 2003
Posts: 46
|
|
|
I need to compute several dates based on another date. I understand how to use the GregorianCalendar to add weeks to another GregorianCalendar object, but I have a date. Is it really necessary to get each portion of my date in order to instantiate the GregorianCalendar object? I don't see where the constructor takes a date. Any suggestions?
|
 |
Horatio Westock
Ranch Hand
Joined: Feb 23, 2005
Posts: 221
|
|
|
 |
Lisa Modglin
Ranch Hand
Joined: Oct 28, 2003
Posts: 46
|
|
|
Thank you so much! I'm still fairly new and I overlook things. So, you intantiate the object to today's date, then set the time to your date object. Works for me!
|
 |
 |
|
|
subject: Adding three weeks to a date
|
|
|