Date.valueOf

Date.valueOf

Class Overview | Class Members | This Package | All Packages

Syntax
public static Date valueOf( String s )
Parameters
s
date in format "yyyy-mm-dd"
Returns
corresponding Date
Description
Convert a string in JDBC date escape format to a Date value