How the date Value displayed as dd-mm-yy instead of 1187962147 in PHPMyAdmin?
Re: How the date Value displayed as dd-mm-yy instead of 1187962147 in PHPMyAdmin?
Re: I did that and got error
Hey Dan,
I did that and got this error:
Re: Move this thread to PHP?
Re: Ok sure
$date = '1187962147';$date = date('d-m-Y', strtotime($date));echo $date;
Re: Thanks all
Re: Somebody told them that integers were more efficient