Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DateCellFormatter

        public DateCellFormatter()
    • 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 interface CellFormatter
        Parameters:
        value - value to format
        locale - locale for formatter
        Returns:
        formatted value