Is it something like this you mean? Code: Dim d As Date = Date.Now MsgBox(d.AddDays(30).ToString)
Dim d As Date = Date.Now MsgBox(d.AddDays(30).ToString)
Forum Rules