Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

working with dates

Status
Not open for further replies.

sthmpsn1

MIS
Sep 26, 2001
456
US
I have a date that I am storing in a variable as dateTime. What I want to do is add 30 days to that date and store the completed date in a new variable. I tried just using simply this

effectivedate = setdate + 30

but this doesn't work. Any help would be great!!
 
SystemDateTime DateTime.AddDays(double value)

hth Daren J. Lahey
Just another computer guy...
FAQ183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
Support your forums TODAY!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top