I am trying to parse a simple DateTime
with a different format. This line is just gibing me a hard time:
LocalDate.parse("Oct 11, 2021", DateTimeFormatter.ofPattern("MMM dd, yyyy"))
This is something trivial, why is it not working if I am providing the format?