Class CachingDateFormatter


  • public class CachingDateFormatter
    extends Object
    A synchronized implementation of SimpleDateFormat which uses caching internally.
    Since:
    0.9.29
    • Constructor Detail

      • CachingDateFormatter

        public CachingDateFormatter​(String pattern)
    • Method Detail

      • format

        public final String format​(long now)
      • setTimeZone

        public void setTimeZone​(TimeZone tz)