Solved
Date Field 22.3
Hello Guys,
I was wondering on the Date Field Validation in Appian.
The First screenshot shows that the date is entered in dd/mm/yyyy format and its auto validated.

The Screenshot shows that the date is entered in mm/dd/yyyy format and its validated to enter the date format in mm/dd/yyyy.

Should it not be case throwing a validation as the valid format is dd/mm/yyyy since the date field already in mm/dd/yyyy format?
a!localVariables(
local!storedValue:today()-1,
a!dateField(
label:"RSVP By",
value: local!storedValue,
saveInto: local!storedValue,
)
)
Let me know If I am missing something.
