Test countdown

by Андрей Иванов

HTML

<script src="https://code.jquery.com/jquery-latest.min.js"></script>
<div id="getting-started"></div>

JavaScript

$("#getting-started").countdown("2018/01/01", function(event) {
	$(this).text(event.strftime('%D days %H:%M:%S'));
});