Getting current date & time in PHP
Here is the code to get the system's current date & time in PHP,
<?php echo date('l jS \of F Y h:i:s A'); //output: Friday 18th of October 2019 12:39:53 PM ?>
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Here is the code to get the system's current date & time in PHP,
need an explanation for this answer? contact us directly to get an explanation for this answer