Log 5002
03/09/2025 2025-09-03 14:11if (!empty($lead_to_customer_conversion_date)) {
$days_until_conversion = strtotime(#תאריך המרת ליד ללקוח#) – strtotime(#תאריך יצירה#);
return floor($days_until_conversion / (60 * 60 * 24));
} else {
return “”;
}