no clique em inserção no tempo do elemento
<!DOCTYPE html>
<html>
<body>
<h2>My First JavaScript</h2>
<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>
<div id="demo"></div>
</body>
</html>
Xanthous Xenomorph