Class DateCellFormatter
- java.lang.Object
-
- com.saperion.ngc.servlet.process.export.DateCellFormatter
-
- All Implemented Interfaces:
CellFormatter
public class DateCellFormatter extends java.lang.Object implements CellFormatter
Implementation ofCellFormatter
for Date values.
-
-
Constructor Summary
Constructors Constructor Description DateCellFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(com.saperion.intf.SaValue value, java.util.Locale locale)
Formats the value.
-
-
-
Method Detail
-
format
public java.lang.String format(com.saperion.intf.SaValue value, java.util.Locale locale)
Description copied from interface:CellFormatter
Formats the value.- Specified by:
format
in interfaceCellFormatter
- Parameters:
value
- value to formatlocale
- locale for formatter- Returns:
- formatted value
-
-