_formats[$formatIdx]; $text = date($format[0], $start); if (isset($format[1])) { $text .= ' - ' . date($format[1], $end); } } return $text; } }