DateFormat.parse(String s)
.
Allocates a Date
object and initializes it so that
it represents the date and time indicated by the string
s
, which is interpreted as if by the
Date.parse
method.
s | a string representation of the date. |
java.text.DateFormat, java.util.Date.parse(java.lang.String)
Diagram: Data Date