| Author |
Date - finding tomorrow
|
Mary Taylor
Ranch Hand
Joined: Sep 11, 2000
Posts: 319
|
|
I have a date in a String format, "11-08-2002" and I'd like to get the next day. I'm feeling a bit overwhelmed with all the information about dates. How would I go about this? Thanks.
|
 |
James Swan
Ranch Hand
Joined: Jun 26, 2001
Posts: 403
|
|
Kind of verbose, but here's one way:
|
 |
Mary Taylor
Ranch Hand
Joined: Sep 11, 2000
Posts: 319
|
|
Thanks. I think many of the solutions to Date problems are verbose. I was making this too difficult, I see. I also need "yesterday" which should be easy with this code as a basis. Thank you so much!
|
 |
 |
|
|
subject: Date - finding tomorrow
|
|
|