Exibir a lista drop-down

getdate()

« getcwd | getenv »
<?php
$array 
getdate (
    
  // [int $timestamp = time()]
);
?>
resultado
$array = [
  
'seconds' => 58,
  
'minutes' => 48,
  
'hours' => 14,
  
'mday' => 20,
  
'wday' => 6,
  
'mon' => 4,
  
'year' => 2024,
  
'yday' => 110,
  
'weekday' => 'Saturday',
  
'month' => 'April',
  
=> 1713617338,
]
Exemplos
#1 getdate  ()
Veja também
date, idate, localtime, setlocale, time