ok, the clock displays the weekday, the month, year and the time.
my code displays the time in a text box. I need help with the weekday month and year.
here is my code
<html>
<head>
<script language="javascript">
<!--
function runClock() {
var timeNow = new Date();
var hours =...