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