Work with the time as if you were human
npm install timegrifyconst timegrify = require('timegrify');
timegrify('2 years').toMilis() // => 63072000000| YEAR | DAY | HOURS |
|---|---|---|
year |
day |
hour |
years |
days |
hours |
For now only has one method. Future versions will support more methods
| Method | Description |
|---|---|
.toMilis() |
Return the value transformed to milliseconds |
.toSec() |
Return the value transformed to seconds |
| Name |
|---|
| Christofer Flores |
MIT © Christofer Flores