Alper Tekinalp
01/24/2019, 10:55 PMLocalDate.parse("2000-02-31", DateTimeFormatter.ofPattern("yyyy-MM-dd")) parses to 2000-02-28?Shawn
01/24/2019, 10:59 PMShawn
01/24/2019, 10:59 PMShawn
01/24/2019, 11:01 PMdd value within 01-31 and wraps it to whatever the last day of the month actually isShawn
01/24/2019, 11:01 PM>31 is always out of range, so you get a DateTimeParseException instead