PDA

View Full Version : time with php



fishtank
April 22nd, 2003, 03:27 PM
have already searched the forums...

i would like to know how to print the current time with php.

i only know how to print the date :*(

Jubba
April 22nd, 2003, 03:37 PM
http://www.php.net/manual/en/function.date.php

but PHP returns the time on the server. I'm not sure how to get it to return the local system time. You might want to use javascript for that...

fishtank
April 22nd, 2003, 03:39 PM
thanks man...

i want to print the servertime :P