dAddMonth() Adds moths to a date a returns a new date Syntax: dAddMonth ( dDate, nMonths ) -> dNewDate dDate : The starting date. nMonths : The moths number to add. Description: Adds nMonts to dDate and returns the new date. Return: The new date. Example: ? dAddMonth ( Date(), 8 )