DateTimeFormatterBuilder.toFormatter

Completes this builder by creating the formatter. This uses the default locale.

@param resolverStyle the resolver style to use, not null @return the created formatter, not null

  1. DateTimeFormatter toFormatter()
  2. DateTimeFormatter toFormatter(Locale locale)
  3. DateTimeFormatter toFormatter(ResolverStyle resolverStyle, Chronology chrono)
    class DateTimeFormatterBuilder

Meta