<?php echo preg_replace_callback('/(\d\d?:\d\d)-(\d\d?:\d\d)/', function($match){ return ' ' . date('H:i', strtotime($match[1])) . '-' . date('H:i', strtotime($match[2])); }, 'mo-sa9:00-20:00uhr');
You have javascript disabled. You will not be able to edit any code.