JavaScript Source Code 3000: Clocks: Current Date & Time (Short)
Current Date & Time (short)
Put the current date & time on your page with this cool little JavaScript coding. All of 3 lines.....
document.write(Date()+".")
JavaScript Source Code 3000: Clocks: Current Date & Time (Short) Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text editor (such as Note Pad or Simple Text) and save (Control-s or Apple-s). The script is yours!!!
<!-- ONE STEP TO INSTALL CURRENT DATE & TIME (SHORT):
1. Put the last code into the BODY of your HTML document -->
<!-- STEP ONE: Copy this code into the BODY of your HTML document -->