Node.js
To get started with Day.js in your Node.js project, simply add the dependency to your Node.js package manager.
npm install dayjs
# or
yarn add dayjs
# or
pnpm add dayjs
Luego incluya en su script:
const dayjs = require('dayjs')
//import dayjs from 'dayjs' // ES 2015
dayjs().format()
Consulte aquí para obtener más información sobre la carga de localizacion y plugin.