Your IP : 18.116.47.194


Current Path : /home/lentoinv/finationglobal.com/arch/HTML/zanex/assets/js/
Upload File :
Current File : //home/lentoinv/finationglobal.com/arch/HTML/zanex/assets/js/construction.js

$(function(e) {

	var myDate = new Date();
	myDate.setDate(myDate.getDate() + 2);
	$("#countdown").countdown(myDate, function (event) {
		$(this).html(
			event.strftime(
				'<div class="timer-wrapper"><div class="time">%D</div><span class="text">days</span></div><div class="timer-wrapper"><div class="time">%H</div><span class="text">hrs</span></div><div class="timer-wrapper"><div class="time">%M</div><span class="text">mins</span></div><div class="timer-wrapper"><div class="time">%S</div><span class="text">sec</span></div>'
			)
		);
	});

});

?>