ParseExactDate
methodsParses a formatted string as a Date. The method returns null if the string doesn't match the format exactly. Also see Date Parsing
Parameters:valueString
Returns:Date
The string which should be parsed as Date.
the parsed date. Returns null if the value cannot be parsed as a valid Date.