Nasıl bu tarih dönüştürebilirsiniz:
2009-12-21 10:38:07
to a more readable date, like 22 December 2009 - 10:38
?
Sen kullanabilirsiniz date
function with strtotime
a>:
$strDate = "2009-12-21 10:38:07";
echo date('d F Y - H:i', strtotime($strDate));