Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 603 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 603 Bytes

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 Grant