Metatest - How to compare "Creation Date" to a specific date ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Reply
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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")
