How to compare only Current Date and not Time ?

0
Hey everyone, I want to compare only current Date and not time as I have to give warning for not updating the data on previous dates. which mendix function could be used here , please suggest. thanks in advance.
asked
1 answers
0

You could use the trimToDays function to remove the time component, then compare using the resulting dates.

Hope this helps.

answered