February 2013
Intermediate to advanced
538 pages
20h 55m
English
getdate
array getdate([int timestamp])Returns an associative array containing values for various
components for the given timestamp time and
date. If no timestamp is given, the current
date and time is used. This can be a variation on the use of the
date() function. The array contains
the following keys and values:
| Seconds |
| Minutes |
| Hours |
| Day of the month |
| Numeric day of the week (Sunday is 0) |
| Month |
| Year |
| Day of the year |
| Name of the day of the week (Sunday through Saturday) |
| Name of the month (January through December) |
Read now
Unlock full access