Uses of Enum
com.alibaba.fastjson2.util.DateUtils.DateTimeFormatPattern
Packages that use DateUtils.DateTimeFormatPattern
-
Uses of DateUtils.DateTimeFormatPattern in com.alibaba.fastjson2.util
Methods in com.alibaba.fastjson2.util that return DateUtils.DateTimeFormatPatternModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DateUtils.DateTimeFormatPattern[]DateUtils.DateTimeFormatPattern.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.fastjson2.util with parameters of type DateUtils.DateTimeFormatPatternModifier and TypeMethodDescriptionstatic StringDateUtils.format(int year, int month, int dayOfMonth, DateUtils.DateTimeFormatPattern pattern) static StringDateUtils.format(long timeMillis, DateUtils.DateTimeFormatPattern pattern)