| Author |
add day to current date
|
james ong
Greenhorn
Joined: Aug 01, 2006
Posts: 2
|
|
hihi.. how can i add days to the current date.e.g i want ot add 5 days to the current date. jamesocw
|
 |
Naseem Khan
Ranch Hand
Joined: Apr 25, 2005
Posts: 809
|
|
Well If you want to add 5 days to the system date, then you can use Calendar class as below: Naseem
|
Asking Smart Questions FAQ - How To Put Your Code In Code Tags
|
 |
Aaron Harp
Greenhorn
Joined: Jul 12, 2006
Posts: 8
|
|
|
This may be helpful to you.
|
 |
 |
|
|
subject: add day to current date
|
|
|