Is there a function in PHP for converting the UNIX date and time format to standard format?
that'll be date() then...
echo date("D j F Y",unix time stamp)
Originally posted by jpmoriarty that'll be date() then... echo date("D j F Y",unix time stamp)
Thank you sir!