to_date( string, tformat )
Convert a string into a timestamp using the tformat value. The tformat
specification is similar to the format strings used by the SQL to_date
function.
Example
ts = to_date( "July 05, 2005", "MONTH DD, YYYY")