Skip to content

Instantly share code, notes, and snippets.

@NickFoden
Created July 19, 2020 14:39
Show Gist options
  • Save NickFoden/09c9e96f8b0738e42152ff0e2a2f0eed to your computer and use it in GitHub Desktop.
Save NickFoden/09c9e96f8b0738e42152ff0e2a2f0eed to your computer and use it in GitHub Desktop.
Date scratch pad
const aDate = "07/15/20"
const aDateAsDateObj = new Date(aDate)
console.log(aDateAsDateObj.getTime())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment