const moment = require('moment'); // get current timestamp const now = moment().format(); console.log(now); // Example output: ...
確定! 回上一頁