@bentoboxes/nova-utils

0.0.40 • Public • Published

Nova Utils

This set of utilities are intended to

Status:

Install

$ npm install --save @bentoboxes/nova-utils

Usage

const { DateUtils } = require("@bentoboxes/nova-utils");

const dateString = "2019-12-30T12:34:18";
const inputFormat = "YYYY-MM-DDTHH:mm:ss";
const outputFormat = "MM/YYYY";

DateUtils.format(dateString, inputFormat, outputFormat);

File Structure

.
├── CHANGELOG.md
├── CODE-OF-CONDUCT.md
├── LICENSE.md
├── README.md
├── babel.config.js                         Used by Jest for allowing the "import" instructions in *.spec.js files
├── dist
│   ├── nova-utils.bundle.browser.js
│   ├── nova-utils.bundle.esm.js
│   └── nova-utils.bundle.umd.js
├── index.html
├── jest.config.js
├── package-lock.json
├── package.json
├── rollup.config.js
├── src
│   ├── __tests__
│   ├── index.js
│   └── utils
└── yarn.lock

License

The MIT License

Dependents (4)

Package Sidebar

Install

npm i @bentoboxes/nova-utils

Weekly Downloads

2

Version

0.0.40

License

MIT

Unpacked Size

4.51 MB

Total Files

36

Last publish

Collaborators

  • arthur_espinoza
  • webtraining
  • alexserrano22
  • miglez90
  • eduardojh_007
  • eddycisneros