agenda / human-interval

Human readable time distances for javascript
Other
461 stars 14 forks source link

does it work if I use like this? #34

Closed samuk190 closed 4 years ago

samuk190 commented 4 years ago

instead of calling days gitlab api uses "d" example

human_time = 1d

and I want convert that 1d to timestamp so I can use datefns to add to other date or something like that, can I do that? does it recognize if write d instead of days?