$datePlaceholder = #תתאריך אישור המשרד לאבחון#; // This should be replaced with an actual date value
$year = substr($datePlaceholder, strrpos($datePlaceholder, ‘/’) + 1);
return $year;