PHP date() function
March 12th, 2007
No comments
Definition and Usage
The date() function formats a local time/date.
Syntax
date(format,timestamp)
Parameter
Description
format
Required. Specifies how to return the result:
d – The day of the month (from 01 to 31)
D – A textual representation of a day (three letters)
j – The day of the month without leading zeros (1 to 31)
l (lowercase ‘L’) – A full textual representation of [...]
Categories: PHP Date, PHP Functions