© 2020 · 2024
DSGVO


DSGVO durchlesen 👀
🔙     🏠
561

PhP - Timestamp
24.08.2023 - 12:30

Timestamp:

PhP Code


$timestamp = time();
echo $timestamp;





Timestamp zurück convertieren:

PhP Code

$timestamp = time();

$datum = date("d.m.Y - H:i", $timestamp);
echo $datum;





Tabelle:

images/archivimages/formatierungstabelle.png