About

Friday, November 22, 2013

Javascript to display date and time:

The following script will display date and time:

<script>
function displaydate()
{
document.getElementById("s").innerHTML=Date();
}
</script>

In the html page, you can add this code inside the html code. If you want add a button, by clicking that button it will display the current date and time, you can use the id. Here, i mentioned getElementById ("s"). Same way you can use whatever variable in that place.
<p id="s"></p>

<button type="button" onclick="displayDate()">Display Date</button>


Try this out. You will get the result.

Post by
newWorld

No comments:

SEO Poisoning Leads to Fake Claude Code Infostealer Attacks

Attackers are exploiting the Claude Code adoption wave. A six-stage fileless infostealer is being delivered through a poisoned search result...