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