Taken from: http://www.w3schools.com/php/func_date_date.asp The date() function formats a local time/date. Syntax date(format,timestamp) The timestamp is optional, format options are listed below: Specifies how to format 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 Full Article…
Viewing 1 to 2 of 2 items
Display A Greeting Message On A Specific Date, Season or Occasion
The following code will dispaly a greeting message only on Christmas day.