public class LocalDateFormatter extends Object implements TemporalFormatter<LocalDate>
TemporalFormatter that can format a
LocalDate| Constructor and Description |
|---|
LocalDateFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
describe(LocalDate temporal) |
String |
describeDate(LocalDate temporal) |
public String describe(LocalDate temporal)
describe in interface TemporalFormatter<LocalDate>temporal - the temporal value to describepublic String describeDate(LocalDate temporal)
describeDate in interface TemporalFormatter<LocalDate>Copyright © 2016. All rights reserved.