18-01-2011 11:51:41
show code
<?php
$your_date
=
"2011-01-18 11:51:41"
;
echo
date
(
'd-m-Y H:i:s'
,
strtotime
(
$your_date
));
?>