diedVIPs

html knowhow

Internationale Zeitangabe






 script © 2013 by webdesign weisshart

Internationale Zeitangabe

So sieht´s aus



03.06.2023 => 09:02 Uhr in America/Los_Angeles
03.06.2023 => 12:02 Uhr in America/New_York
03.06.2023 => 18:02 Uhr in Europe/Berlin
03.06.2023 => 18:02 Uhr in Africa/Johannesburg
03.06.2023 => 19:02 Uhr in Europe/Moscow
04.06.2023 => 01:02 Uhr in Asia/Tokyo
04.06.2023 => 02:02 Uhr in Australia/Melbourne


Quellcode
<html>

<head>
<style type="text/css">Hier nichts</style>
</head>

<body >
<?php
$timezones = array( "America/Los_Angeles","America/New_York", "Europe/Berlin", "Africa/Johannesburg", "Europe/Moscow", "Asia/Tokyo", "Australia/Melbourne");
foreach ($timezones as $timezone) { $date = date_create("now", timezone_open($timezone));
echo date_format($date, "d.m.Y => H:i") . ' Uhr in '. $timezone . ' <br>' ;}
?>
</body>

</html>




Kontakt    Datenschutz   Impressum