Answers for "current date time format in php"

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

Format and show date PHP

<?php echo date("h:i A d/m/Y", strtotime($past_event->added_date)); ?>
Posted by: Guest on October-12-2021

Browse Popular Code Answers by Language