Help please on my computer it works To be sur, I tested the code bellow:
for (Person P : PEOPLE) {
            System.out.format("%s né le %tD %n",P.getName(),P.getBirthDate());
        }
And I had : John Jack Johnson né le 12/31/87 Vincent né le 05/15/13 thanks