kinay
Hi,
If you want to change the date formate only, revert your above change first.
Then open this file: /acm/countdown/tmpl/style-1.php
Line 49, replace this line of code:
<?php echo $helper->get('downdate'); ?>
by this:
<?php echo date('d-m-Y', strtotime($helper->get('downdate'))); ?>