Display the text box

getdate()

« getcwd | getenv »
<?php
$array 
getdate (
    
  // [int $timestamp = time()]
);
?>
Result
$array = [
  
'seconds' => 19,
  
'minutes' => 16,
  
'hours' => 21,
  
'mday' => 19,
  
'wday' => 5,
  
'mon' => 4,
  
'year' => 2024,
  
'yday' => 109,
  
'weekday' => 'Friday',
  
'month' => 'April',
  
=> 1713554179,
]
Examples
#1 getdate  ()
See also
date, idate, localtime, setlocale, time