| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.jodatime.format |
| 限定符和类型 | 方法和说明 |
|---|---|
DateTimePrinter |
DateTimeFormatter.getPrinter()
Gets the internal printer object that performs the real printing work.
|
DateTimePrinter |
DateTimeFormatterBuilder.toPrinter()
Internal method to create a DateTimePrinter instance using all the
appended elements.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DateTimeFormatterBuilder |
DateTimeFormatterBuilder.append(DateTimePrinter printer)
Appends just a printer.
|
DateTimeFormatterBuilder |
DateTimeFormatterBuilder.append(DateTimePrinter printer,
DateTimeParser parser)
Appends a printer/parser pair.
|
DateTimeFormatterBuilder |
DateTimeFormatterBuilder.append(DateTimePrinter printer,
DateTimeParser[] parsers)
Appends a printer and a set of matching parsers.
|
| 构造器和说明 |
|---|
DateTimeFormatter(DateTimePrinter printer,
DateTimeParser parser)
Creates a new formatter, however you will normally use the factory
or the builder.
|
Copyright © 2020. All rights reserved.