Get Days Between Dates
Overview
Returns the number of days between two dates.
Inputs
First Date
The first date to calculate the number of days between two dates.
| Type |
|---|
| Date |
Second Date
The second date to calculate the number of days between two dates.
| Type |
|---|
| Date |
Absolute Value Output
If set to true, the Number of Days output is always a positive number.
| Type |
|---|
| Boolean |
Outputs
Number of Days
Number of days between the two input dates. This value can be negative if Second Date is less than First Date. Setting the Absolute Value Output to true always returns a positive value for the days between the two dates.
| Type | Variable Name |
|---|---|
| Date | value |