Answers for "convert unix time to string php"

PHP
2

php convert unix time to date

<?php
$timestamp=1333699439;
echo gmdate("Y-m-dTH:i:sZ", $timestamp);
?>
Posted by: Guest on June-18-2020

Code answers related to "convert unix time to string php"

Browse Popular Code Answers by Language