welcomewiki has just posted in the PHP Forum forum of Wiki Newforum under the title of PHP Date().
This thread is located at http://www.wikinewforum.com/showthread.php?t=5862
Here is the message that has just been posted:
***************
The PHP date() function is used to format a time or a date.
*The PHP Date() Function*
The PHP date() function formats a timestamp to a more readable date and time.
*Syntax*
date(format,timestamp)
Parameter Description format Required. Specifies the format of the timestamp timestamp Optional. Specifies a timestamp. Default is the current date and time (as a timestamp)
***************