Sử dụng strtotime(..)
:
$timestamp = strtotime($mysqltime);
echo date("Y-m-d H:i:s", $timestamp);
Ngoài ra, hãy kiểm tra điều này (để thực hiện theo cách MySQL.)
Sử dụng strtotime(..)
:
$timestamp = strtotime($mysqltime);
echo date("Y-m-d H:i:s", $timestamp);
Ngoài ra, hãy kiểm tra điều này (để thực hiện theo cách MySQL.)