example =
1322896113 = 03 Dec 2011 02:08 PM
How to convert 1322896113 become 03 Dec 2011 02:08 PM
Anyone have the formula...?
Thanks Before
Moderator: General Moderators
Code: Select all
// $tsValue = your time() style value
echo date('d M Y h:i A',$tsValue);