Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created August 6, 2022 16:01
Show Gist options
  • Save hieptl/254af6af5294b1c53f9323e7b5bf1f4a to your computer and use it in GitHub Desktop.
Save hieptl/254af6af5294b1c53f9323e7b5bf1f4a to your computer and use it in GitHub Desktop.
How to Get the Current Date in Javascript - Step 2
const currentDate = new Date();
console.log(currentDate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment