Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart Time after completing Five Days #338

Open
hamzazafeer opened this issue Sep 6, 2022 · 0 comments
Open

Restart Time after completing Five Days #338

hamzazafeer opened this issue Sep 6, 2022 · 0 comments

Comments

@hamzazafeer
Copy link

   <div id="clock"></div>
   <script type="text/javascript">
       $('#clock').countdown('2022/09/07').on('update.countdown', function(event) {
          var $this = $(this).html(event.strftime(''
            + '<span>%-w</span> week%!w '
            + '<span>%-d</span> day%!d '
            + '<span>%H</span> hr '
            + '<span>%M</span> min '
            + '<span>%S</span> sec'));
       });
</script>

I want to restart countdown time for 5 days after date expire.

How can I do this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant