Hi,
I need to convert several hundred unix timestamp thingys into actual dates...
any ideas how I can convert them?
I know PHP has a function to change dates into the unix timestamps, but I can't find anything to reverse this
Thanks
Philip :-)
date() uses a timestamp to format a date.