Class DateCellFormatter

java.lang.Object
com.saperion.ngc.servlet.process.export.DateCellFormatter
All Implemented Interfaces:
CellFormatter

public class DateCellFormatter extends Object implements CellFormatter
Implementation of CellFormatter for Date values.
  • Constructor Details

    • DateCellFormatter

      public DateCellFormatter()
  • Method Details

    • format

      public String format(com.saperion.intf.SaValue value, Locale locale)
      Description copied from interface: CellFormatter
      Formats the value.
      Specified by:
      format in interface CellFormatter
      Parameters:
      value - value to format
      locale - locale for formatter
      Returns:
      formatted value