Date parsing for a past or future data with a simple short letter format
$ yarn add ydmo
$ npm install ydmo
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');
Year: y
Month: mo
or m
Week: w
Day: d
Hour: h
Minute: mi
Second: s
MIT © Benjamin Grant