ParseDate
methodsParses as a formatted string as a Date. 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.