<!DOCTYPE html>
<title>My Example</title>
<time id="msg"></time>
<script>
document.getElementById("msg").innerHTML = Date();
</script>