Contents
Display Legacy Contents

 Print
    Substract Days      
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


See also
Samples
Sample 1
Sample 2
 
Updated: 3/25/2013 11:47 AM