Hello,
I want to calculate the total number of months between two dates.
If I use a Calculate Fields, I can get the number of days (EndD - StartD).days, but the same principle cannot be used for .months because the timedelta object has not attibute "months".
I can get the total number of months using a Transform node (superseded) or get the same result with a calculate field (first I obtain the total days between the dates and divide it by 30).
Is there a simpler method?
Thank you