Daten in Java 8
LocalDate.of(2015, 02, 20);
LocalDate.parse("2015-02-20");
Healthy Herring
LocalDate.of(2015, 02, 20);
LocalDate.parse("2015-02-20");