Convert Timestamp value to Time

by Nirmala 2010-09-10 16:19:49

Convert Timestamp value to Time
Use the below code to convert timestamp value to time
<?php
$dt=1284070411;
echo date("h:i:s",$dt);
?>

Tagged in:

871
like
0
dislike
0
mail
flag

You must LOGIN to add comments