Skip to content

Instantly share code, notes, and snippets.

@kongou-ae
Created December 19, 2017 14:04
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 kongou-ae/0f03d74171e2f8cb330d431b5a91d907 to your computer and use it in GitHub Desktop.
Save kongou-ae/0f03d74171e2f8cb330d431b5a91d907 to your computer and use it in GitHub Desktop.
moment.js
let main = async() =>{
const moment = require('moment');
let m = moment()
let res = m.utc().format('MM')
console.log(res)
}
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment