I have a form that has a begin date field and an end date field. How can I validate it so that the end date cannot be prior to the begin date. I already tried applying the following to the end date field and it didn't work. lessthan(beginDate)
Thanks for your help.