Class DateTimeFormatterAdapter
java.lang.Object
org.apache.struts2.components.date.DateTimeFormatterAdapter
- All Implemented Interfaces:
- DateFormatter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionformat(TemporalAccessor temporal, String format) Formats provided temporal with the given format
- 
Constructor Details- 
DateTimeFormatterAdapterpublic DateTimeFormatterAdapter()
 
- 
- 
Method Details- 
formatDescription copied from interface:DateFormatterFormats provided temporal with the given format- Specified by:
- formatin interface- DateFormatter
- Parameters:
- temporal- Java 8- TemporalAccessor
- format- implementation specific format
- Returns:
- a string representation of the formatted `temporal`
 
 
-