Class DateTimeCellFormatter
java.lang.Object
com.saperion.ngc.servlet.process.export.DateTimeCellFormatter
- All Implemented Interfaces:
CellFormatter
Implementation of
CellFormatter
for Date-Time values.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateTimeCellFormatter
public DateTimeCellFormatter()
-
-
Method Details
-
format
Description copied from interface:CellFormatter
Formats the value.- Specified by:
format
in interfaceCellFormatter
- Parameters:
value
- value to formatlocale
- locale for formatter- Returns:
- formatted value
-