Log 4604
20/01/2025 2025-01-20 13:04$date_input = #בחר תאריך#;
$date_parts = explode(‘ | ‘, $date_input);
$date1 = strtotime($date_parts[0]);
$date2 = strtotime($date_parts[1]);
$diff_minutes = round(abs($date2 – $date1) / 60);
return $diff_minutes;