DANNY:
Description: This digital clock script attempts to mimic that cool "glow in the dark" look of a LCD watch when it comes to its interface. Displays the time in standard 12-hour format, with a "AM" and "PM" indicator. Note that in non IE4+/NS6+ browsers, a regular form clock is displayed instead.
Demo: Code:
<!-- free script collection by more share forum
https://www.ms-room.com
-->
<style>
<!--
.styling{
background-color:black;
color:lime;
font: bold 15px MS Sans Serif;
padding: 3px;
}
-->
</style>
<span id="digitalclock" class="styling"></span>
<script language="JavaScript" type="text/javascript" src="https://www.ms-room.com/js/clock-ms.js"></script>