asgallant
0
Q:

php code to display current date and time in different formats

$today = date("F j, Y, g:i a");   // October 30, 2019, 10:42 pm
$today = date("D M j G:i:s T Y"); // Wed Oct 30 22:42:18 UTC 2019
$today = date("Y-m-d H:i:s");     // 2019-10-30 22:42:18(MySQL DATETIME format)
7
echo date('Y.m.d H:i:s');
0
$today = date("F j, Y, g:i a");                 // March 10, 2001, 5:16 pm
3

New to Communities?

Join the community