public class DateFormatter extends Object implements TemporalFormatter<Date>
TemporalFormatter to describe Date
instances| Constructor and Description |
|---|
DateFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
describe(Date temporal) |
String |
describeDate(Date temporal) |
public String describe(Date temporal)
describe in interface TemporalFormatter<Date>temporal - the temporal value to describepublic String describeDate(Date temporal)
describeDate in interface TemporalFormatter<Date>Copyright © 2015. All rights reserved.