Countdown not working

1 reply · opened Jun 7, 2020

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

SSemicolon WebSTAFFJun 7, 2020

Hello,

Custom JS Declarations are not required for Countdowns with Canvas 6. Simply consider using the following code:

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard