Name

getdate

Synopsis

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

Seconds

minutes

Minutes

hours

Hours

mday

Day of the month

wday

Numeric day of the week (Sunday is 0)

mon

Month

year

Year

yday

Day of the year

weekday

Name of the day of the week (Sunday through Saturday)

month

Name of the month (January through December)

Get Programming PHP, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.