asked on November 29, 2018
•
Show version history
DATEDIF says it returns the difference between x1(date) and x2(date), but it is just acting like a subtraction function.
For example this test returns 1 year, which is not the difference between the two dates, it is just the basic math function 2001-2000. I could do that! I need the difference between two dates. In this case it should be zero.
DATEDIF( %(RetrieveFieldValues_Date of Birth), %(Date), "Y")
0
0