Display tomorrows date

Talk2Tom11

Centurion
Joined
Feb 22, 2004
Messages
144
Location
Westchester, NY
I have code for displaying the current date....

Visual Basic:
txtbox1.text = DateTime.Now.ToShortDateString

but i want to be able to display tomorrows date and the next day.

doesn't anyone know what the code would be for this?
 
Back
Top