★ wanayoo — archive 1999 http://il.php.net/manual/function.getdate.php3Nouvelle recherche | Portail wanayoo

PHP3 Home Page

Manual Table of Contents
Up to Date/time
Quick Reference
Date/time
* checkdate
* date
* strftime
* getdate
* gettimeofday
* gmdate
* easter_date
* easter_days
* mktime
* gmmktime
* time
* microtime
Manual: getdate
View the source code for this pageSearch the site



Previous page
 strftime
gettimeofday 
Next page


getdate

getdate -- get date/time information

Description

array getdate(int timestamp);

Returns an associative array containing the date information of the timestamp as the following array elements:

  • "seconds" - seconds

  • "minutes" - minutes

  • "hours" - hours

  • "mday" - day of the month

  • "wday" - day of the week, numeric

  • "mon" - month, numeric

  • "year" - year, numeric

  • "yday" - day of the year, numeric; i.e. "299"

  • "weekday" - day of the week, textual, full; i.e. "Friday"

  • "month" - month, textual, full; i.e. "January"


 About Notes


Previous page
 strftime
gettimeofday 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
Israel
Some elements of this website are subject to copyright.