/ Published in: PHP
Construct DateTime object with unix timestamp
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$stamp = "1244911709"; new DateTime("@{$stamp}");
URL: http://php.oregonstate.edu/manual/en/function.date-create.php#76216