Skip to content

Instantly share code, notes, and snippets.

@matthewarkin
Created June 6, 2016 20:11
Show Gist options
  • Save matthewarkin/5708d6481d06474553c7b31a20ba2825 to your computer and use it in GitHub Desktop.
Save matthewarkin/5708d6481d06474553c7b31a20ba2825 to your computer and use it in GitHub Desktop.
<p id="time">
</p>
<script>
document.getElementById("time").innerHTML = new Date();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment