| Package | Description |
|---|---|
| java.text |
| Modifier and Type | Method and Description |
|---|---|
Date |
SimpleDateFormat.parse(String source)
Deprecated.
|
Date |
DateFormat.parse(String source)
Deprecated.
NOT IMPLEMENTED - use SimpleDateFormat for parsing instead.
|
abstract Object |
Format.parseObject(String source)
Parse an string to an object.
|
Object |
DateFormat.parseObject(String source)
Deprecated.
NOT IMPLEMENTED - use SimpleDateFormat for parsing instead.
|
Copyright © 2021. All rights reserved.