Uses of Class
com.alibaba.fastjson2.util.DateUtils.DateTimeFormatPattern
-
Packages that use DateUtils.DateTimeFormatPattern Package Description com.alibaba.fastjson2.util -
-
Uses of DateUtils.DateTimeFormatPattern in com.alibaba.fastjson2.util
Methods in com.alibaba.fastjson2.util that return DateUtils.DateTimeFormatPattern Modifier and Type Method Description static DateUtils.DateTimeFormatPatternDateUtils.DateTimeFormatPattern. valueOf(String name)Returns 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.DateTimeFormatPattern Modifier and Type Method Description static StringDateUtils. format(int year, int month, int dayOfMonth, DateUtils.DateTimeFormatPattern pattern)static StringDateUtils. format(long timeMillis, DateUtils.DateTimeFormatPattern pattern)
-