0.1.1 • Published 3 years ago
timian v0.1.1
Timian
Functional and light weight date library for NodeJS and the browser.
Install
npm i timian
Usage
// Find the number of days from now until date
timian.days(date)
// Find the number of days between two dates
timian.days(date1, date2)
MIT Licensed. Enjoy!