Todays date and date of 3 days later
I can display todays date as under. All I know is I have converted the date to string, but what does it do special that I dont know.
My real problem is how do I display date of 3 days later
TextBox1.Text = Today
TextBox2.Text = CStr(Today)
rSd
|