const moment = require("moment"); function Coba() { const tgl = new Date console.log(tgl) } Coba();