hey,
Dates again, am creating a collection for a course:
ClearCollect(ColEx, {Name:"Father", Surname: "Christmas", Age: 89, DateOfBirth: "10/25/1898"});
when i want to do a age control as follows:
DateDiff(Today(), DateValue(ThisItem.DateOfBirth))
I get [-45319]
What am i doing wrong please?