Hi JJ,

> What php functions should I use to convert a UNIX timestamp 
> to a human - legible format and back again?

gmdate()/date() and mktime()/gmmktime() (depending on whether you need to
calculate them as GMT or not)


HTH
Jon

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

Reply via email to