<script language="JavaScript">
<!--
function startclock()
{
var thetime=new Date();
var nhours=thetime.getHours();
var nmins=thetime.getMinutes();
var nsecn=thetime.getSeconds();
var nday=thetime.getDay();
var nmonth=thetime.getMonth();
var...
I have many JS / applet combos that effectively give me back time, but it isn't consistent because I want to get back server time not client time.
I have code to get server time but does anyone know how I would get this to be a runnable clock (meaning time moves and shows on screen).
Anyone...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.