ydmo

1.0.3 • Public • Published

ydmo

Travis (.com)

Date parsing for a past or future data with a simple short letter format

Install

$ yarn add ydmo
$ npm install ydmo

Usage (ES6 imports)

import ydmo from 'ydmo';
 
// returns date 1 year and 3 days in the future
const futureDate = ydmo('+1y3d');
 
// returns date 1 year and 3 days in the past
const pastData = ydmo('-6mo4h');

Date codes

Year: y

Month: mo or m

Week: w

Day: d

Hour: h

Minute: mi

Second: s

License

MIT © Benjamin Hollway

Package Sidebar

Install

npm i ydmo

Weekly Downloads

69

Version

1.0.3

License

MIT

Unpacked Size

8.5 kB

Total Files

8

Last publish

Collaborators

  • nothingrandom