Uses of Enum Class
org.spincast.plugins.dateformatter.DatePattern
-
Uses of DatePattern in org.spincast.plugins.dateformatter
Modifier and TypeMethodDescriptionstatic DatePattern
Returns the enum constant of this class with the specified name.static DatePattern[]
DatePattern.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDateFormatter.datePattern
(DatePattern datePattern) The pattern to use for the *date* part (without time).DateFormatterDefault.datePattern
(DatePattern datePattern) DateFormatter.timePattern
(DatePattern timePattern) The pattern to use for the *time* part (without the date).DateFormatterDefault.timePattern
(DatePattern timePattern)