Wie wärs mit der Funktion DATE()?

The following DATE scalar function applied to an EUR string representation of a date:

SELECT DATE('25.12.1988')
FROM SYSIBM.SYSDUMMY1

Results in a date data type with a value of ‘1988-12-25'.