[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    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 )

See Also: cGetMonth() dToDMY() lLeap()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson