DAYS
The following section describes the syntax and usage of the DAYS function in ActivityInfo.
Description
The DAYS function is used to obtain the number between two dates.
Syntax
DAYS(endDate,startDate)
Argument | Required | Description |
---|---|---|
endDate | Yes | The first date to measure to. The value must be a Date. |
startDate | Yes | The second date to measure from. The value must be a Date. |