Uses of Interface
org.spincast.plugins.dateformatter.DateFormatter
Packages that use DateFormatter
-
Uses of DateFormatter in org.spincast.plugins.dateformatter
Classes in org.spincast.plugins.dateformatter that implement DateFormatterMethods in org.spincast.plugins.dateformatter that return DateFormatterModifier and TypeMethodDescriptionDateFormatterFactory.createFormatter
(Instant instant) DateFormatterFactory.createFormatter
(Date date) DateFormatter.datePattern
(String customPattern) The custom pattern to use for the *date* part (without time).DateFormatter.datePattern
(DatePattern datePattern) The pattern to use for the *date* part (without time).DateFormatterDefault.datePattern
(String datePatternCustom) DateFormatterDefault.datePattern
(DatePattern datePattern) The locale to use.Which part(s) of ther date to format and output?The separator string to use between the date part and the time part.DateFormatter.timePattern
(String customPattern) The custom pattern to use for the *time* part (without the date).DateFormatter.timePattern
(DatePattern timePattern) The pattern to use for the *time* part (without the date).DateFormatterDefault.timePattern
(String timePatternCustom) DateFormatterDefault.timePattern
(DatePattern timePattern) The timeZone to use.Methods in org.spincast.plugins.dateformatter that return types with arguments of type DateFormatterModifier and TypeMethodDescriptionprotected Class<? extends DateFormatter>
SpincastDateFormatterPluginModule.getDateFormatterImplClass()