Of course it's easy to make javascript display the current time (and update it as it changes) in a text input box, but what about without one? Can the time be displayed just as some text inside a <div>?
Birdman
11:57 pm on Jan 12, 2005 (gmt 0)
Give the container element an id and then you can use the innerHTML method.
<script> var now; // time functions here then use below to write it