I have two variables date_end and Date_end_time. The form when being dumped is setting date_end to a {t 00:00:00} and not passing the date. When i look at the scope i see:
DATE_END=01/01/2014
DATE_END_TIME=
but when i dump the form i get:
DATE_END | {t '00:00:00'} |
DATE_END_TIME | [empty string] |
When i dump the form in application the variables are corect. Is there some funky coldfusion bs going on? like _required? this is annoying.