// Get the birth date from the placeholder $birthDate = #תאריך לידה#;
// Extract the year from the birth date $year = explode(‘/’, $birthDate)[2];
// Echo the 4-digit birth year return $year;