Converts a string in JDBC date escape format to
a Date
value.
s | a String object representing a date in
in the format "yyyy-[m]m-[d]d". The leading zero for mm
and dd may also be omitted. |
java.sql.Date
object representing the
given date
IllegalArgumentException | if the date given is not in the JDBC date escape format (yyyy-[m]m-[d]d) |
Diagram: Data Date