Hello,
Â
I have three dates, where I want to find which one of them is the lastest. I would appreciate very much if you could help me solve it.Â
Â
Date looks like this:
19.12.2018
06.10.2013
23.05.2018
Â
BRÂ
ZahibÂ
Have you tried and did it work? because while I try to convert the date to YYYYMMDD using FormatDate, I get error massage which say something like could not convert to number.Â
Â
could you please send me a screenshot of the steps. thank you
Hi Zahib,
Â
I have used below expression and it worked:
Â
FormatDate("5.30.2019", "yyyyMMdd"). It was important to use system date format as an input.
Â
Best regardsÂ
Michal Szumski