I'm sorry. I'm from Argentina and my english is very poor.
I am converting an aplication from Ms-SQL to postgreSQL with ODBC.
I have a query that use the IsDate(string) function (Ms function). This function return true if the argument (string) is a valid date.
I need to implement this function in postgreSQL
can you help me?