// first two $year = substr($flightDates->departureDate->year, 0, 2); // last two $year = substr($flightDates->departureDate->year, -2);