Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfaddmonth()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfAddMonth()
Add a month to a date
------------------------------------------------------------------------------
Syntax:

     dfAddMonth( <dDate>, <nMonth> ) --> dNewDate

Parameters:

     <dDate>    Date to increase
     <nMonth>   Number of months to add. This value can be positive
     or negaive

Returns:

     <dNewDate> New date

Description:

     Add a month to a date

Example:

     dfAddMonth( DATE(), 3 ) // Current date
                       // plus 3 months

See also:

     dfAddYear(), dfDate()

See Also: dfAddYear() dfDate()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson