6
Answers

adding dates in textboxes

Photo of RIck Mueller

RIck Mueller

15y
3k
1

I have two Textboxes  lets say
Final Date will populate in tb.Text
I have textbox poplulates a number so that number 3
My thought would be
 
tbdate.Text = ShText.Text + DateTime.Now.ToShortDateString();

But it doesn't add  3 days to todays date
Any thoughts?

Answers (6)