Bürozeiten
$openHours = array();
$res_open = $dbConn->query("SELECT id, extra, closed, DATE_FORMAT(starttime, '" . $str_time_array2[$_SESSION['langPLM']] . "') as starttime, DATE_FORMAT(endtime, '" . $str_time_array[$_SESSION['langPLM']] . "') as endtime, weekday
FROM opening_times ORDER BY ranking");
while ($row_open = ->fetch($res_open)) {
$time_span = ($row_open['closed'] == 'ok') ? CLOSE : $row_open['starttime']." - ".$row_open['endtime'];
$openHours[$weekday[$row_open['weekday']]] = array($time_span,$row_open['extra']);
}
$summaries = array();
foreach ($openHours as $day => $hours) {
if (count($summaries) === 0) {
$current = false;
} else {
$current = &$summaries[count($summaries) - 1];
}
if ($current === false || $current['hours'] !== $hours[0]) {
$summaries[] = array('hours' => $hours[0], 'extra' => array($hours[1]), 'days' => array($day));
} else {
$current['days'][] = $day;
$current['extra'][] = $hours[1];
}
}
foreach ($summaries as $summary) {
if (count($summary['days']) === 1) {
echo "
". $summary['hours']."" . PHP_EOL . "" . reset($summary['days']) . " " . reset($summary['extra']) . "
";
} else {
echo "
". $summary['hours'] . "" . PHP_EOL . "" . reset($summary['days']) . " " . reset($summary['extra']) . " - " . end($summary['days']) . " " . end($summary['extra']). "
";
}
}
?>
Vorführungen für alle
Bitte beachten Sie, dass das Planetarium NUR geöffnet ist, wenn Vorführungen stattfinden.
Das Show-Programm finden Sie auf dieser Homepage.
Wir bitten Sie, sich für eine Show anzumelden - eine Reservierung ist online möglich.
Der Einlass erfolgt sehr pünktlich. Nach Veranstaltungsbeginn ist aus Sicherheitsgründen KEIN Einlass mehr möglich. DESHALB: kommen Sie bitte 15 Minuten vor der Show zur Kasse, um Ihre Tickets abzuholen und zu bezahlen.