Get Difference In
  • 01 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Get Difference In

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
Ignore OrderWhen set to true, the step does not recognize the order of Newer Date vs. Older Date.Boolean
Newer DateThe date used to evaluate how many days/months/years are between this date and the older date.DateTime
Older DateThe date used to evaluate how many days/months/years are between this date and the newer date.DateTime

Outputs

PropertyDescriptionData 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


Was this article helpful?