I'm very new to php, and i was wondering how do display the local time and date in the php page, thanks!
<?php
echo date("F j, Y");
?>
This will also format it to look like:
February 15, 2002
If you want to change the way ot looks, search for time/date format options.
Stan S.
www.php.net/date
or www.php.net/anyfunction shows you the description of the function; you also can use the site search... and the user-contribution topics, on functions pages, are a good source of answers.
Go to Codelibrary.