Regex
Public
Match Date YYYY-MM-DD
Match a simple ISO-style date format.
#regex
#date
#validation
#format
Regex
^\d{4}-\d{2}-\d{2}$
Notes
This checks the format only. It does not verify whether the date is a real calendar date.