Different Sizes Timer

Oct 25, 2017

Configuration:-


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

<script type="text/javascript">
	$(function() {
		$("#xl_timer").countdowntimer({
			dateAndTime : "2022/01/01 00:00:00",
			//Use the required size (xl, lg, md, sm, xs)
			size : "xl",
			displayFormat : "YODHMS"
		});
	});
</script>