Example query:
INSERT INTO Table
VALUES (CAST('13-07-2001' AS DATE))
Ends with
Conversion failed when converting date and/or time from character string.
Swapping month with day fixes the issue, but i would prefer using global system, not American.