This site is mobile accessible. Press the "Tap Here" button to use a different font-size.


Smartphone icons created by Freepik - Flaticon

The PHP Date() Function

Get a Time

The time, according to this server, is 08:32:53 pm America/New_York time.

<?php
echo "<p>The time, according to this server, is " . date("h:i:s a")  . date_default_timezone_get() . " time</p>";
?>

Note that the PHP date() function will return the current date/time of the server!