Forum Discussion
MW_Didata
3 years agoSuper Contributor
I wrote this little function but you could also use code snippet,
In the next image if you save the date from the column to a variable and assign it to datum1
Then enter aqDateTime.today (as code expression) to datum2
I would also take a substring of just the date to not test the time itself, since that is down to ms it makes it hard to compare.
Basically this code checks if date1 = date 2 and returns a result
Keep in mind that the script is written in VBS, however if you check the link I send you before you should be able to get the same code in different languages