Javascripts > Javascript Clocks > Short Date
Script Title: Short Date
Description: Shows the date in short hand using numbers.
Example: Available
Copy the following code between the <BODY></BODY> tags of your html page.<script language="Javascript"> <!-- var now = new Date document.write(now.getDate() + "/" + now.getMonth() + "/" + now.getYear()) //--> </script>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email