Hello all,
I seem to be having trobule putting a date into mysql's timedate format field.
When the user submits the form, I get the variables:
viewyear
viewmonth
viewday
(hour,minute,second not relevant so could be all 0's if needed)
This is when the user wants the view and is NOT today's date.
I was thinking of putting it in a variable like:
"20020417000000"
Any help on how to get this in and out of mysql?
Thought I was on the right path but I must be missing something.
Thanks