TO_DATE converts character strings to date values in SQL. It parses a character literal using a format mask to produce a DATE type. Option A is incorrect because date literals are already dates. Option B is wrong because numeric literals cannot be directly converted to dates without additional context. Option D describes TO_CHAR, not TO_DATE. Option E also describes formatting (TO_CHAR), not type conversion.