Class HttpLastModifiedDateFormatter

java.lang.Object
com.djrapitops.plan.delivery.formatting.time.DateFormatter
com.djrapitops.plan.delivery.formatting.time.HttpLastModifiedDateFormatter
All Implemented Interfaces:
Formatter<Long>, Function<Long,String>

public class HttpLastModifiedDateFormatter extends DateFormatter
Formats timestamps to the Last-Modified header time format. Documentation for the header
  • Constructor Details

    • HttpLastModifiedDateFormatter

      public HttpLastModifiedDateFormatter(PlanConfig config, Locale locale)
  • Method Details