Answers for "php format datetime now"

PHP
10

date now php

date('Y-m-d H:i:s')
Posted by: Guest on July-11-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

Browse Popular Code Answers by Language