<p class="seconds">00</p>
<p class="timeRefSeconds">seconds</p>...
<p id="countdown-text">
- Until July 10th: Alpenfest!
+ Until July 9th: Alpenfest!
</p>
</div>
</div>
</div>
<div id="pre-nav-logo" class="small-12 large-6 columns text-center">
<a href="<?php bloginfo('url'); ?>"><img src="<?php echo bloginfo('template_url'); ?>/assets/Alpenfest-Logo2.png"></a>
- <p>July 10 - July 14, 2018</p>
+ <p>July 9 - July 13, 2019</p>
</div>
<div id="pre-nav-right" class="small-12 large-3 columns text-right show-for-large-up">
<a href="<?php echo get_page_link('83'); ?>"><img src="<?php echo bloginfo('template_url'); ?>/assets/get-a-mega-pass.png"></a>
return futureFormattedDate
}
$("#countdown").countdown({
- date: "10 July 2018 00:00:00", // Change this to your desired date to countdown to
+ date: "9 July 2019 00:00:00", // Change this to your desired date to countdown to
format: "on"
});
});
return futureFormattedDate
}
$("#countdown").countdown({
- date: "10 July 2018 00:00:00", // Change this to your desired date to countdown to
+ date: "9 July 2019 00:00:00", // Change this to your desired date to countdown to
format: "on"
});
});