It's like 1171502725
But we can read date time another date from it directly.
You can use following PHP Script to Get Date and Tme from time stamp on PHP
<? php
$date = date('d-m-Y', $timestamp);
$time = date('Gi.s', $timestamp);
?>
Date is <?=$date;?> <br/>Time is
<?=$time;?> <br/>






0 comments:
Post a Comment