on webpage how i can add time countdown usning javascript
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i want to show time like 4:59 mean(4 minutes:59seconds) then seconds countdown (decreasing one second at time). when second becomes 4:00 then it reduce minutes by 1 and show time like this 3:59 then repeat the whole process as mentioned above. when both minutes and seconds become 00:00 then time start once again like 4:59.
-
i want to show time like 4:59 mean(4 minutes:59seconds) then seconds countdown (decreasing one second at time). when second becomes 4:00 then it reduce minutes by 1 and show time like this 3:59 then repeat the whole process as mentioned above. when both minutes and seconds become 00:00 then time start once again like 4:59.
www.w3schools.com This link should provide you answer
Coding C# ExciteTemplate