$(document).ready(function() {
var date = new Date(new Date().valueOf() + 15 * 24 * 60 * 60 * 1000);
$('#clock').countdown(date, function(event) {
$(this).html(event.strftime('%D days %H:%M:%S'));
});
});
var date = 1582149600000; //2020.02.20