Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save raulmontemayor/927293b4cd7b29b69307411b7f10f612 to your computer and use it in GitHub Desktop.
Save raulmontemayor/927293b4cd7b29b69307411b7f10f612 to your computer and use it in GitHub Desktop.
Regex ISO DateTime
/^\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d/.test("2007-11-03T13:18")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment