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 and is documented in the tformat section of this chapter.

Example

ts = to_date( "July 05, 2005", "MONTH DD, YYYY")