This Function returns a <string>, which is the date resultant of the subtraction from the specified Source Date of the Days to Subtract.
Parameters
Source Date <string> |
|
Date to subtract the Days to Subtract from. This parameter must be in format YYYYMMDD.
|
|
|
Days to Subtract <numeric>
|
|
Days to subtract from the Source Date.
|
|
|
Example 1
|
SubDays("20100307", 6)
Result = 20100301 |
Updated: 3/21/2018 4:32 PM |