Javascript Code: Live Clock on webpage,display current date and time on webpage free javascript code.
This is a cross browser live clock script. In this script you can configure every aspect , from specifying whether to just display the time, the time plus date, to the clock's font size/color, and more. The ultimate live clock script this is!
Step 1: Add the below code where you wish the clock to appear on the page:
This is a cross browser live clock script. In this script you can configure every aspect , from specifying whether to just display the time, the time plus date, to the clock's font size/color, and more. The ultimate live clock script this is!
Step 1: Add the below code where you wish the clock to appear on the page:
Step 2: On Tag onLoad event handler call the show_clock() javascript function:
<body onLoad="show_clock()">