Timestamp value to Date

by Nirmala 2010-09-10 15:56:33

Timestamp value to Date
Use the below code to convert timestamp value to date
<?php
$dt=1284070411;
echo date("Y:m:d",$dt);
?>

Tagged in:

762
like
0
dislike
0
mail
flag

You must LOGIN to add comments