Description
Returns a date which is calculated by adding the number of months parameter (Offset) to the given (Input) date.
Signature
AddMonths('datetime', 'numberofmonths')
Example
AddMonths('04/15/2012', 3) Returns 07/15/2012 (US Format)
Parameters
Name | Type | Description | Required |
---|---|---|---|
datetime | xxxx | xxxx | xxxx |
numberofmonths | xxxx | xxxx | xxxx |