Answers for "get current time on system in php"

PHP
4

php current time

echo date('Y-m-d H:i:s');

//Output something like this:
//2021-07-30 10:07:45
Posted by: Guest on July-30-2021
2

php get current time and date

date("Y-n-j G:i:s");
//-->2020-10-29 23:27:15
Posted by: Guest on October-29-2020

Code answers related to "get current time on system in php"

Browse Popular Code Answers by Language