Server-side validation w/@Formula:
Following is example of input validation event for a TEXT field (not a date field) for when you want to store the date as text but still validate the structure / format of the date entered.
![input validation.txt](/SupportRef.nsf/e6b464faa52c14d1852567d90082c48f/66d5adaf6b88a49685256dba00078029/Body/0.4AC!OpenElement&FieldElemFormat=gif)
Client-side validation w/JavaScript:
regex_date_validation.rtf
I believe this reg-ex also handles leap year, function is expecting western date format of mm/dd/yyyy.
previous page
|