Dotan Cohen wrote:
On 03/11/06, M <[EMAIL PROTECTED]> wrote:
You can use javascript:

var Today = new Date();
alert(Today.toString());

just parse the output using regexp


Hmm, I suppose that I could use Javascript, but I'd rather do it all
serverside. Any other ideas on behalf of the think-tank that is this
list?

There is no way to get the client date/time/timezone on the server-side unless you have something on the client to give it to you, Javascript being the obvious example.

-Stut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to