Hi,
I have al little problem i hope you guys(and girls) can help me with. I want an unix timestamp such as this: 1061913975
to be converted to an format like this: 01 Jun 04.
How can this be accomplished ?
Thanks in advance,
Mathijs.
From unix timestamp to date format.
date('d M y',$timestamp);
check http://nl.php.net/manual/en/function.date.php for all options