Uses of Enum Class
org.spincast.plugins.dateformatter.DatePattern
Packages that use DatePattern
-
Uses of DatePattern in org.spincast.plugins.dateformatter
Methods in org.spincast.plugins.dateformatter that return DatePatternModifier and TypeMethodDescriptionstatic DatePatternReturns 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.Methods in org.spincast.plugins.dateformatter with parameters of type DatePatternModifier 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)