Skip to content

Instantly share code, notes, and snippets.

@koo6357
Created September 11, 2019 02:49
Show Gist options
  • Save koo6357/512c6acf4b0daf23b32f30144f6c1d6d to your computer and use it in GitHub Desktop.
Save koo6357/512c6acf4b0daf23b32f30144f6c1d6d to your computer and use it in GitHub Desktop.
moment.js

moment.js

내가 자주쓰는 moment 형태

moment()
  .utc()
  .format('YYYY-MM-DD HH:mm:ss');
  // "2019-09-10 03:20:56"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment