Page 1 of 1

Date problem

Posted: Tue Jul 09, 2002 10:48 pm
by chris12295
Does anyone know how to change a unix timestamp to a regular date?
Im guessing its gonna have to be some kind of equasion b/c I have not found any kind of function.

Posted: Tue Jul 09, 2002 11:27 pm
by protokol
http://www.php.net/manual/en/function.time.php

Look at the user-contributed notes. Someone wrote a function that does what you want.

Posted: Tue Jul 09, 2002 11:32 pm
by chris12295
the date() function achieved what i needed, thanks though