Skip to content

Instantly share code, notes, and snippets.

@jordanbtucker
Created November 26, 2019 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordanbtucker/ef0c4b6fe301c6b8c9a9666a0deb207a to your computer and use it in GitHub Desktop.
Save jordanbtucker/ef0c4b6fe301c6b8c9a9666a0deb207a to your computer and use it in GitHub Desktop.
Date
= FourDigits '-' TwoDigits '-' TwoDigits 'T' TwoDigits ':' TwoDigits ':' TwoDigits { return new Date(text()) }
FourDigits
= Digit Digit Digit Digit
TwoDigits
= Digit Digit
Digit
= [0-9]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment