Here is my code: var time = new Date(); setInterval(function() { $("#Timer").text(time.getHours() + ":" + time.getMinutes() + ":" + time.getSeconds()); }, 1000);
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Here is my code: var time = new Date(); setInterval(function() { $("#Timer").text(time.getHours() + ":" + time.getMinutes() + ":" + time.getSeconds()); }, 1000);