Click to See Complete Forum and Search --> : Server Time


Jick
06-24-2003, 01:33 AM
Ok, I know it is possible to display the time off the users computer on your webpage with JavaScript, but is it possible to display the time off the server? I want the user to know what time it is on the server because the server I will be using is in my time zone. Basicly they will be viewing the time from where I live because the server is in my time zone! Is this possible? Please help me out here. ;)

Khalid Ali
06-24-2003, 01:43 AM
You can do that by getting the time from server using a server side coding lang..such as
JSP/servlets(Java)
ASP,
PHP and the likes..

getting the dynamic time,such as the live clocks will require that you may use something like java applets....