timestamp

PHP Timestamp

Written by  on März 15, 2025

$timestamp = time();
$formattedDate = date('Y-m-d H:i:s', $timestamp);
echo $formattedDate;