| 程序包 | 说明 |
|---|---|
| com.ptteng.course.util.aliPayUtil.apacheCommonUtil.httpclient.util |
Provides some utility classes for use by HttpClient.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Date |
DateUtil.parseDate(String dateValue)
Parses a date value.
|
static Date |
DateParser.parseDate(String dateValue)
已过时。
Parses a date value.
|
static Date |
DateUtil.parseDate(String dateValue,
Collection dateFormats)
Parses the date value using the given date formats.
|
static Date |
DateParser.parseDate(String dateValue,
Collection dateFormats)
已过时。
Parses the date value using the given date formats.
|
static Date |
DateUtil.parseDate(String dateValue,
Collection dateFormats,
Date startDate)
Parses the date value using the given date formats.
|
Copyright © 2017. All rights reserved.