toDate()
Returns a date that this string represents.
Note: You should only use this function if the format of the date is unknown. If the date format is known, you should use toDate(String dateFormat) which is more efficient.
Input Parameters
Return Value
Date A date if it can be determined, null otherwise. |