Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

DateAdd(interval, number, date) returns a VariantDate containing the date of the specified interval after the specified dat

Sub dateDemo2()     Debug.Print DateAdd("m", 1, "6/3/06"); returns; 7 / 3 / 2006# End Sub