Answers for "php get current date in format"

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

php get current datetime mysql format

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

Browse Popular Code Answers by Language