$calendar_field = “01/01/2025 07:00 – 01/01/2025 11:00″;
$start_hour = substr($calendar_field, strpos($calendar_field, ” “) + 1, 2);
return $start_hour;