类 DateFormatUtils
java.lang.Object
com.publiccms.common.tools.DateFormatUtils
DateFormatUtil
-
字段概要
字段修饰符和类型字段说明static final String
download file name formatstatic final String
file name formatstatic final String
full date formatstatic final int
short date format lengthstatic final String
short date formatstatic final int
short date format lengthprivate static ThreadLocal<Map<String,
DateFormat>> static final String
upload file name format -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
threadLocal
-
FULL_DATE_FORMAT_STRING
full date format- 另请参阅:
-
DOWNLOAD_FORMAT_STRING
download file name format- 另请参阅:
-
FILE_NAME_FORMAT_STRING
file name format- 另请参阅:
-
UPLOAD_FILE_NAME_FORMAT_STRING
upload file name format- 另请参阅:
-
SHORT_DATE_FORMAT_STRING
short date format- 另请参阅:
-
FULL_DATE_LENGTH
public static final int FULL_DATE_LENGTHshort date format length -
SHORT_DATE_LENGTH
public static final int SHORT_DATE_LENGTHshort date format length
-
-
构造器详细资料
-
DateFormatUtils
private DateFormatUtils()
-
-
方法详细资料
-
getDateFormat
- 参数:
pattern
-- 返回:
- date format
-