Date Delimitator

Hello
I have a error in production enviroment. The date delimitator is a minus sign, and fail to add a register in a table.

I see in the scriptcase generated code, and found

$this->date_delim = $_SESSION[‘sc_session’][$this->sc_page][‘form_noticias’][‘SC_sep_date’];
$this->date_delim1 = $_SESSION[‘sc_session’][$this->sc_page][‘form_noticias’][‘SC_sep_date1’];

How can i set or test the value of SC_sep_date , to avoid the error?
I try to configure, in connection setting “Delimiter character for date field in the database.” and not work.

Please, help!!!

Thanks!!

SOLVED!!!

Delete all cookies related to scritpcase app, and then work fine!!!