DATE concept in VB.NET
Posted
by megala
on Stack Overflow
See other posts from Stack Overflow
or by megala
Published on 2010-03-27T09:05:03Z
Indexed on
2010/03/27
9:13 UTC
Read the original article
Hit count: 294
vb.net
i have created VB.net project.In that i have two textbox,and two buttons button1-->submit buttom2->Duedate
- textbox1 contain the current date My constraints is if i click button2(Duedate) than add 30 days to textbox1 date and assign that value into textbox2. How to achieve this?
I want the result like as folloes If I give textbox1 = 12/12/2009 than I click Duedatetextbox2.text =11/1/2010
Is it possible. Thanks in advance.
© Stack Overflow or respective owner