getdate()
function getdate(int $timestamp = null): array
Returns date/time information.
Parameters:
$timestamp(int), defaultnull, optional
Returns: array
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how getdate is implemented in the compiler, see the internals page.