Subtract Days

Kalipso - Form - Expressions - Functions - Functions Descriptions - Date Functions - Subtract 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.

Examples

  • Example 1

SubDays("20210307", 6) Result = 20210301

Last updated