Your IP : 3.142.174.8


Current Path : /home/lentoinv/finationglobal.com/arch/testfination/assets/js/
Upload File :
Current File : //home/lentoinv/finationglobal.com/arch/testfination/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>'
			)
		);
	});

});

?>