Validation
ISO Date
Matches dates in YYYY-MM-DD format
/^\d{4}-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12]\d|3[01])$/
Type in the box above to test if your input matches the regex pattern.
Test Cases
Tags
#date
#time
#iso
Matches dates in YYYY-MM-DD format
Type in the box above to test if your input matches the regex pattern.