Verify a date format from a post response

You would need to escape that character.

/^\d{2}\/\d{2}\/\d{4} \d{2}:\d{2}:\d{2}$/

This is a great site for testing regular expressions:

1 Like