portfolio-website/project/build/static/js/countdown-custom.js

7 lines
195 B
JavaScript

jQuery(document).ready(function() {
$(function () {
$('#defaultCountdown').countdown({until: new Date(2018, 8-1, 10, 8)}); // year, month, date, hour
});
});