Countdown
A simple and HTML agnostic date countdown plugin which is very easy to set the desire time.
Example
<div class="countdown-times">
<div class="countdown d-flex justify-content-center" data-date="2021-12-09"
</div>
</div>
Updating the time
Change the value from data-date="" to update the time.
<div class="countdown d-flex justify-content-center" data-date="2021-12-09"</div>