Question
Adobe Sign | Expression Builder - Validate Date and Format
Need to validate if date field is date < 5 yrs from current date & Format = dd/mm/yyyy
I am using the Custom Formula.
Validates for date OK!
fieldValue<dateAdd("y",now(),-10)
Now just need the later part.... Match, Format, Pattern are not recognized functions
fieldValue<dateAdd("y",now(),-10) && fieldValue == format(fieldValue, “dd/mm/yyyy”)
