Class DateTimeCellFormatter

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

public class DateTimeCellFormatter extends Object implements CellFormatter
Implementation of CellFormatter for Date-Time values.
  • Constructor Details

    • DateTimeCellFormatter

      public DateTimeCellFormatter()
  • 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