About 4,690,000 results
Open links in new tab
  1. javascript - Countdown timer in React - Stack Overflow

    Nov 30, 2016 · I have seen lots of countdown timers in JavaScript and wanted to get one working in React. I have borrowed this function I found online: secondsToTime(secs){ let hours = …

  2. python - Countdown timer in Pygame - Stack Overflow

    Jun 8, 2015 · I started using pygame and I want to do simple game. One of the elements which I need is countdown timer. How can I do the countdown time (eg 10 seconds) in PyGame?

  3. How can I do a countdown timer with html? - Stack Overflow

    Oct 4, 2016 · I'm helping my I.T teacher to create easter eggs for some tasks, and I would like to create a countdown timer with html. Explanation: Everytime you enter into a website, the countdown timer …

  4. How to make a countdown using PHP - Stack Overflow

    However, he wants a countdown to the wedding on the homepage; Time left until the wedding: X months, X days, X hours. I would preferebly like to do this using php, but would be open to other …

  5. How can I use a timer in C? - Stack Overflow

    9 You can use a time_t struct and clock() function from time.h. Store the start time in a time_t struct by using clock() and check the elapsed time by comparing the difference between stored time and …

  6. How to write a countdown timer in JavaScript? - Stack Overflow

    Just wanted to ask how to create the simplest possible countdown timer. There'll be a sentence on the site saying: "Registration closes in 05:00 minutes!" So, what I want to do is to create a s...

  7. .net - C# countdown timer - Stack Overflow

    Nov 1, 2011 · I'm trying to make a countdown using C# and show the time in format: hour:minutes:seconds I've tried this: var minutes = 3; //countdown time var start = DateTime.Now; …

  8. How to create a JQuery Clock / Timer - Stack Overflow

    I have a simple quiz application and I want display a nice timer / clock at the top of the page which shows the user how long they've been going for. (If I could somehow show them a timer for Total...

  9. C# Blazor: Countdown Timer - Stack Overflow

    Nov 12, 2020 · I'm new to C# and trying to create a simple countdown timer using System.Timer.Timers. It didn't work as expected and I searched the internet for a solution but it didn't really fix my problem. …

  10. How to make a countdown timer in Android? - Stack Overflow

    Apr 5, 2012 · This is a nice answer but can anyone show me how to do a custom set countdown time rather than just inputting 30 seconds? I tried getting the value from an EditText but it didn't seem to …