Difference between two dates

Different between two dates: can anyone please help me to prepare Date compare block.
Label1 : Join date
Label2: Last Date
Result: Label3 for Years, Label4 for Month and Label5 for Days
Result Example: 1 Years 3 Months 14 Days

Search the gallery for countdown

if you search in community you will get plenty. Here is one method which gives you in days, just update the logic to return in years. Months else use simple extensions (CLICK HERE) to give easily without workaround

durationYearsMonthDays.aia (7.9 KB)


Leap years are taken into account in the calculation.

Thank,

I cant find GetDurationYearsMonthsDays
can you please provide the extension file.

You will need the Tformat extension for that block. See above.