final DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy/MM/dd"); final LocalDate localDate = LocalDate.parse("2017/04/13", formatter);