1.1.0 • Published 3 years ago

date-countdown v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

date-countdown

Just by specifying the year, month, day, the remaining number of days until that day is returned.

Installation

npm

$ npm install date-countdown

unpkg

<script src="https://unpkg.com/date-countdown" type="text/javascript"></script>

Usage

const daysLeft = dateCountdown(2020, 7, 24)
console.log(daysLeft) // Days left until "2020 Tokyo Olympics"

License

MIT