$date = #תאריך הזמנה#; // Replace with your actual date value
$timestamp = strtotime($date); $formattedDate = date(“d/m/Y H:i”, $timestamp);
return $formattedDate;