Day.js with all plugins and locales added out of the box, no need to use dayjs.extend nor dayjs.locale!
npm install dayjs-with-plugins





> Day.js with all plugins and locales added out of the box, no need to use dayjs.extend nor dayjs.locale!
* Install
* Usage
* Node
* Browser
* Debugging
* Contributors
* License
[npm][]:
``sh`
npm install dayjs dayjs-with-plugins
`js
const dayjs = require('dayjs-with-plugins');
console.log('M/D/YY', dayjs().format('M/D/YY'));
`
#### VanillaJS
This is the solution for you if you're just using
`
##### Required Browser Features
We recommend using
`html`
* Promise is not supported in op\_mini all
#### Bundler
This assumes you are using [browserify][], [webpack][], [rollup][], or another bundler.
See Node usage above for how to use in a bundler environment.
You can use NODE_DEBUG=dayjs-with-plugins node app.js` to debug output from this package.
| Name | Website |
| -------------- | -------------------------- |
| Nick Baugh |
##
[npm]: https://www.npmjs.com/
[browserify]: https://github.com/browserify/browserify
[webpack]: https://github.com/webpack/webpack
[rollup]: https://github.com/rollup/rollup