Skip to content

Instantly share code, notes, and snippets.

@eightHundreds
Last active May 8, 2020 13:16
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 eightHundreds/cf9d50366c415e55d67aacfae7100207 to your computer and use it in GitHub Desktop.
Save eightHundreds/cf9d50366c415e55d67aacfae7100207 to your computer and use it in GitHub Desktop.
moment-playground
{
"scripts": [
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.25.3/moment.min.js"
],
"styles": [],
"showConsole": true,
"scriptType": "module"
}
console.log(moment().valueOf());
console.log(moment().format('YYYY-MM-DD HH:mm:ss'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment