Step Details |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 7.12.0 |
| Location | Data > Dates |
The Get Difference In Days, Months, Years steps take two dates and calculates the difference in days, months, or years between them.
Properties
Inputs
| Property | Description | Data Type |
|---|
| Ignore Order | When set to true, the step does not recognize the order of Newer Date vs. Older Date. | Boolean |
| Newer Date | The date used to evaluate how many days/months/years are between this date and the older date. | DateTime |
| Older Date | The date used to evaluate how many days/months/years are between this date and the newer date. | DateTime |
Outputs
| Property | Description | Data Type |
|---|
GetDifferenceInDays1_Output
| Outputs how many days are between the newer and older date inputs. | Double
|
GetDifferenceInMonths1_Output
| Outputs how many months are between the newer and older date inputs.
| Int32 |
GetDifferenceInYears1_Output
| Outputs how many years are between the newer and older date inputs.
| Int32 |
