Formato de JavaScript Fecha con Fecha.js Biblioteca

const dayjs = require('dayjs');

let now = dayjs();

console.log(now.format());
Gentle Gerbil