[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
dAddMonth()
Adds months to a date and returns a new date
Syntax:
dAddMonth ( dDate, nMonths ) -> dNewDate
dDate : The starting date.
nMonths : The number of months to add.
Description:
Adds nMonths to dDate and returns the new date.
Return:
The new date.
Example:
? dAddMonth ( Date(), 8 )
See Also:
cGetMonth()
dToDMY()
lLeap()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson