I have a date only field that I am comapring with a date and time field (created on) and I am comparing them in the following way:
if Date only field = Date and time field with the intention that I only want to compare the day month and year part of both fields but the condition becomes false if the Date only field is populated 2 seconds after Date and time field is populated.
So is there a way to compare Date only field with only the DD/MM/YYYY part of Date and time field ?
*This post is locked for comments
I have the same question (0)