Uses of Enum Class
icu.easyj.core.enums.DateFormatType
Packages that use DateFormatType
-
Uses of DateFormatType in icu.easyj.core.enums
Methods in icu.easyj.core.enums that return DateFormatTypeModifier and TypeMethodDescriptionstatic DateFormatTypeReturns the enum constant of this class with the specified name.static DateFormatType[]DateFormatType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DateFormatType in icu.easyj.core.util
Fields in icu.easyj.core.util with type parameters of type DateFormatTypeModifier and TypeFieldDescriptionstatic final ThreadLocal<EnumMap<DateFormatType,SimpleDateFormat>> DateFormatFactory.FREQUENTLY_USED_DATE_FORMATMethods in icu.easyj.core.util with parameters of type DateFormatTypeModifier and TypeMethodDescriptionstatic StringDateUtils.format(DateFormatType dateFormat, Date date) 时间格式化static SimpleDateFormatDateFormatFactory.get(DateFormatType dateFormat) 获取当前线程的常用时间格式化实例(时间格式)static DateDateUtils.parse(String str, DateFormatType format) 解析常用时间