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