Date Pattern
-
I am trying to setup a date field that must be in the following order
xx/xx/xxxx mm/dd/year
This is the code I am using
required::required,pattern::[01-12]{2}-[01-31]{2}-[1600-2500]{4},title::Must use following order mmddyyyy example 01/01/2022
Text-line
I don’t want users to be lazy and enter 1/3/2022 Must be 01/03/2022
Yes we have records that start from the year 1600.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Date Pattern’ is closed to new replies.