public class DateUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FORMAT_14_a |
static String |
FORMAT_14_b |
| Constructor and Description |
|---|
DateUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
parse(String val)
解析
|
static Date |
parseTry(String val)
解析
|
static String |
toGmtString(Date date)
转为 GMT 字符串
|
public static final String FORMAT_14_a
public static final String FORMAT_14_b
public static Date parse(String val) throws ParseException
ParseExceptionCopyright © 2025. All rights reserved.