cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Metatest - How to compare "Creation Date" to a specific date ?

mrajih_DTCC
Super Contributor

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

1 Reply

simikadampatta
Trusted Contributor

Hi,

 

You could try and use CDate to convert the string to Date.

For ex: creationDate > CDate("04/04/22")