I have a attribute name dueDate in domainModel and I want to compare its value with some default date in condition for visibility based on expressions
For example - $currentObj/dueDate = '2017-08-03'.
I need correct expression to define for visibilty.
Thanks in advance.