Answers for "PHP Get Current Time in format"

PHP
2

php timestamp

<?php

echo time();

?>
Posted by: Guest on March-19-2020
0

php code to display current date and time in different formats

echo date('Y.m.d H:i:s');
Posted by: Guest on August-11-2020

Code answers related to "PHP Get Current Time in format"

Browse Popular Code Answers by Language