Talk2Tom11
Centurion
I have code for displaying the current date....
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?
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?