« See all FAQs for NEOTERIC—The Ultimate Under Construction Page!
How can I change the countdown timer?
The documentation for the countdown script can be a bit tricky.
This seems to be the best method for changing the countdown timer: Change lines 26-34 in “index.php” to:
<script type="text/javascript">
$(document).ready(function () {
var liftoffTime = new Date("January 01, 2010 00:56:00");
$('#counter').countdown({until: liftoffTime, layout: '{dn} {dl}, {hn} {hl}, {mn} {ml}, and {sn} {sl}'}); });
</script>

