time

PHP Timestamp

Written by  on März 15, 2025

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

Zitat des Tages

Written by  on März 13, 2010

The great thing about being a system administrator is that everyone assumes that you are all knowing and all powerful.

Zeitmanagement für Systemadministratoren