Skip to content

Instantly share code, notes, and snippets.

@samuelsilvadev
Last active January 2, 2018 15:12
Show Gist options
  • Save samuelsilvadev/3e86889fbdd665e927ede32bcd372479 to your computer and use it in GitHub Desktop.
Save samuelsilvadev/3e86889fbdd665e927ede32bcd372479 to your computer and use it in GitHub Desktop.
date-simple-example.md
  const dateTest = new Date();
  const strDate = `${dateTest.getMonth() + 1}/${dateTest.getDate()}/${dateTest.getFullYear()}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment