Uses of Interface
org.spincast.plugins.dateformatter.DateFormatter
-
Uses of DateFormatter in org.spincast.plugins.dateformatter
Modifier 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.Modifier and TypeMethodDescriptionprotected Class<? extends DateFormatter>
SpincastDateFormatterPluginModule.getDateFormatterImplClass()