Reverse Countdown Till 01 Jan 2022 With Labels

Oct 25, 2017

Configuration:-


<div id="countdowntimer"><span id="label_timer"></span></div>

<script type="text/javascript">
	$(function() {
		$("#label_timer").countdowntimer({
			dateAndTime : "2022/01/01 00:00:00",
			labelsFormat : true,
			displayFormat : "YODHMS"
		});
	});
</script>