Answer the question
In order to leave comments, you need to log in
DateTimeParseException?
There is a string Июль 2013 г.
When you try to parse it
f = DateTimeFormatter.ofPattern("MMMM yyyy 'г.'", new Locale("ru"));
LocalDate date = LocalDate.parse(dateString, f);
java.time.format.DateTimeParseException: Text 'Июль 2013 г.' could not be parsed at index 0
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question