Source code

Revision control

Copy as Markdown

Other Tools

setTimeout(function () {
document.getElementById('clock').value = new Date();
}, 1000);