LLuiz Augusto Correia de AraujoJun 7, 2020
Hi,
I am trying to set up the count down at http://anoxiapro.com.
It is working fine with the original code class (data-year="2021"):
``
But if I try to change the countdown to the end of this month, it is not working:
jQuery(document).ready( function($){
var newDate = new Date(2020, 6, 30);
$('#countdown-example').countdown({until: newDate});
});
Could you please help me to fix this issue?
Regards,
Luiz
