Answers for "how to get current time with php"

PHP
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
0

date now php

echo date('c');

// 2015-07-27T00:00:00+02:00
Posted by: Guest on October-21-2020

Code answers related to "how to get current time with php"

Browse Popular Code Answers by Language