mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 02:31:58 +01:00
6 lines
96 B
PHP
6 lines
96 B
PHP
|
<?php
|
||
|
$timestamp = time();
|
||
|
$datum = date("d.m.Y - H:i \h",$timestamp);
|
||
|
echo $datum;
|
||
|
?>
|