window.ENTITIES={'/api/snippets/javascript/js%20get%20current%20timestamp%20using%20moment.js':[{"result":true,"message":null,"batch":{"type":"javascript","name":"js get current timestamp using moment.js","items":[{"id":"pOzbXD","type":"javascript","name":"js get current timestamp using moment.js","content":"const moment = require('moment');\n\n// get current timestamp\nconst now = moment();\n\nconsole.log(now);\n\n// Example output:\n// Moment<2022-01-31T21:00:40+01:00>","source":"","author":{"id":"zDv4Wo","name":"cory","avatar":"1629059559020__zDv4Wo__w40px_h40px.jpg","points":1756,"role":"BASIC"},"creationTime":1643659297000,"updateTime":1643659437000,"removalTime":null},{"id":"1Xglqj","type":"javascript","name":"js get current timestamp using moment.js","content":"const moment = require('moment');\n\n// get current timestamp\nconst now = moment().format();\n\nconsole.log(now);\n\n// Example output:\n// 2022-01-31T21:02:17+01:00","source":"","author":{"id":"NDMAOD","name":"Blythe-F","avatar":"1629138310833__NDMAOD__w40px_h40px.jpg","points":650,"role":"BASIC"},"creationTime":1643659379000,"updateTime":1643659431000,"removalTime":null},{"id":"D7Ryn1","type":"javascript","name":"js get current timestamp using moment.js","content":"const moment = require('moment');\n\n// get current timestamp:\nconst now = moment().toISOString();\n\nconsole.log(now);\n\n// Example output:\n// 2022-01-31T20:04:41.285Z","source":"","author":{"id":"4o2mQa","name":"Kevin","avatar":"1629141224994__4o2mQa__w40px_h40px.jpg","points":797,"role":"BASIC"},"creationTime":1643659540000,"updateTime":null,"removalTime":null},{"id":"1AR09D","type":"javascript","name":"js get current timestamp using moment.js","content":"const moment = require('moment');\n\nconst currentDate = moment.now();\n\nconsole.log(currentDate); // Example output: 1643910082118","source":"","author":{"id":"30Rr80","name":"Evania","avatar":"1629130333602__30Rr80__w40px_h40px.jpg","points":584,"role":"BASIC"},"creationTime":1643910132000,"updateTime":null,"removalTime":null}]}}]};