script © 2013 by webdesign weisshart |
Internationale Zeitangabe | |
So sieht´s aus | |
| |
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 |
|