function getBirthYear($birthDate) { $dateParts = explode(“/”, $birthDate); return $dateParts[2]; }
return getBirthYear(#תאריך לידה#);