'simple one line code for adding a date or month or year
'simple one line code for adding a date or month or year
Rate 'simple one line code for adding a date or month or year
(1(1 Vote))
Text1.Text = DateAdd("d", 1, Format(Date, "mm/dd/yyyy"))
'for adding a month in place of 1 how many months you want you can...add
Text1.Text = DateAdd("m", 1, Format(Date, "mm/dd/yyyy"))
'for adding a year in place of 1 how many years you want you can...add
Text1.Text = DateAdd("yyyy", 1, Format(Date, "mm/dd/yyyy"))
'simple one line code for adding a date or month or year Comments
No comments yet — be the first to post one!
Post a Comment