‎20-05-2022 09:39 PM
Hi,
In a Metatest, I would like to compare the object creation date to a specific value.
The current code I have is notworking :
-----------------------------------------
Creation Date > "4/4/2022"
-----------------------------------------
Thank you
Mehdi
‎21-05-2022 09:14 AM
Hi,
You could try and use CDate to convert the string to Date.
For ex: creationDate > CDate("04/04/22")