Answer the question
In order to leave comments, you need to log in
How to convert date string to LocalDate?
Hello, there is a string - 1955-04-21T20:37:04Z
What is this format and how can I convert it to LocalDate.
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MMM-ddThh:mm:ss");
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