date-countdown
v1.1.0
Published
Just by specifying the year, month, day, the remaining number of days until that day is returned.
Downloads
93
Maintainers
Readme
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