This week's book giveaway is in the Agile and Other Processes forum. We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line! See this thread for details.
public static Date valueOf(String s) Converts a string in JDBC date escape format to a Date value. Parameters: s - date in format "yyyy-mm-dd" Returns: a Date object representing the given date
Sorry for my previous reply. i was about to write the method Date.valueOf(String) which returns a Date but instead, i wrote as Date.toString(String) which returns a String.. sorry folks... Raj