That's also a representation I assume.

Code:
To_Date ('" & dtDate & "','MM/DD/YYYY')
The input for To_Date() is a dtDate variable, which is placed between ', so it seems text input
What kind of parameters does the To_Date function accept?