Class ISO8601NoClockFormatter

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

public class ISO8601NoClockFormatter extends DateFormatter
Formatter for a timestamp in ISO-8601 format without the clock.
  • Constructor Details

    • ISO8601NoClockFormatter

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