This topic is locked

Countdown plugin

12/29/2022 12:56:30 PM
PHPRunner General questions
R
RAMGestion author

I'm using the Countdown plugin on my application and it isn't running fine.
I have configured the plugin on a field with settings:

    • until_or_since: since


    • localization: ''
      and the other as default.
      It takes the current time and continues. I want it to start from 00:00:00 and continues.
      If I use the option "until", it takes the value "00:00:00" and doesn't run.
      How can I use the plugin to control the execution time of a task from 0?
      And how can I pause the plugin and resume?
      Thanks.



fhumanes 1/4/2023

Hello,

I think this article can help you solve your problem.

https://asprunner.com/forums/topic/29595-Guide-45--Countdown--Include-JavaScript-plugin

Regards,
fernando

R
RAMGestion author 1/5/2023

Buenas tardes Fernando.
Gracias por tu respuesta.
La verdad es que estoy buscando un contador progresivo en formato horario que empiece desde 0 y que se pueda pausar y reanudar mediante botones.
Con los plugins que he visto, en cuanto les indico que empiecen desde "0:00:00", toman la hora actual.
Ya encontraré alguna solución.
Un saludo,
Ricardo A. Morató.

fhumanes 1/6/2023

Hola,

Esato es lo que necesitas: https://walmik.github.io/timer.jquery/

Saludos,

fhumanes 1/6/2023

Hola,

En el primer plugin también tiene la opción de start y stop.

https://pqina.nl/flip/preset-stopwatch.html

Saludos,