Class CmsListDateFormatter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String format​(java.lang.Object data, java.util.Locale locale)
      Returns a formatted string for the specified data.
      • Methods inherited from class java.lang.Object

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

      • CmsListDateFormatter

        public CmsListDateFormatter​(int dateStyle,
                                    int timeStyle)
        Customizable constructor.

        Parameters:
        dateStyle - the style for the date part
        timeStyle - the style for the time part
        See Also:
        DateFormat