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
После чего, подключите её в ваш скрипт:
const dayjs = require('dayjs')
//импорт dayjs из 'dayjs' // ES 2015
dayjs().format()