Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

How to display date after one Month from today

$
0
0

Hi,

I have two date fields one is for date From and another on is for Date to. All I want to show date in from field as Today's date and in To field it should display date after one month from today.  

Date from field I have used : 

txt_to.Text = DateTime.Now.Date.AddDays(0)

But for Date To Field I have no idea.

Please help.



Viewing all articles
Browse latest Browse all 5678

Trending Articles