有没有一个模式等同于DateTimeFormatter的.appendFraction方法?这就是我想要的,但不必包含.appendFraction()和周围的.optional方法。DateTimeFormatterdateTimeFormatter = new DateTimeFormatterBuilder()但上面的模式需要6微秒的数字。
to obtain LocalDate from TemporalAccessor: {DayOfWeek=1},ISO of type java.time.format.Parsedat java.time.format.DateTimeFormatter.parse(DateTimeFormatter
.appendPattern("MMMMdyyyy"));Exception in thread "main" java.time.format.DateTimeParseException: Text 'OCTOBER81984' could not be parsed at index 12
at java.time.format.DateTimeFormatter.parseResolved