Input parameters for a mySQL stored procedure

Hello, I’m passing in a date as a parameter for a mySQL stored procedure, however it seems it’s not being recognized as an input parameter as I’m getting this: “**********************ERROR ***********Incorrect number of arguments for PROCEDURE ******************; expected 1, got 0”

The stored procedure is expecting a date type and works when is entered in this format. I just can’t seem to get it to recognize this as the input parameter.

Not sure if this has to do with it being mySQL and not SQL Server…

I get the same error when I name the parameter @Inp_date


pic2