Use This Template

AddMonths(Number)

Adds the specified number of months to the Date value.

TimeField1.AddMonths(7) will return a new date that is exactly 7 months in the future from DateField1.

You can also use negative numbers with AddMonths if you want to get a date that is a certain number of months in the past. For example, DateField1.AddMonths(-8) would give you a date eight months ago.

AddMonths(Number)

Adds the specified number of months to the Date value.