public class DateTimeFormatterAdapter extends Object implements DateFormatter
Constructor and Description |
---|
DateTimeFormatterAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
format(TemporalAccessor temporal,
String format)
Formats provided temporal with the given format
|
public String format(TemporalAccessor temporal, String format)
DateFormatter
format
in interface DateFormatter
temporal
- Java 8 TemporalAccessor
format
- implementation specific formatCopyright © 2000–2024 Apache Software Foundation. All rights reserved.