public class DateUtil extends Object
| 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 Date parse(String val) throws ParseException
ParseExceptionCopyright © 2025. All rights reserved.