Answers for "php datetime format current date"

PHP
1

php get current datetime mysql format

date('Y-m-d H:i:s');
Posted by: Guest on April-22-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 datetime format current date"

Browse Popular Code Answers by Language