Description
Returns a date which is calculated by adding the number of days parameter (Offset) to the given (Input) date.
Signature
AddDays('datetime', 'numberofdays')
Example
AddDays('02/23/2012', 4) Returns 02/27/2012 (US Format)
Parameters
Name | Type | Description | Required |
---|---|---|---|
datetime | xxxx | xxxx | xxxx |
numberofdays | xxxx | xxxx | xxxx |