Sorry to ask if this is a duplicate question as I try to find solutions online but couldn’t get a confirmed answer.
I would like to know the possible values that can be used to parse using SimpleDateFormat method in Java. For examples, the minimum and maximum values that can be parsed without error.
My date format is in yyyy-MM-dd
DateFormat format = new SimpleDateFormat("yyyy-MM-dd");
Appreciate the guidance and assistance