I have a date column in my db, which is the day that an event will occur. When inserting a new event it works fine. I have a textbox where the user will enter the date in this format: 2007-10-20. When updating the date though i get a null date in the db 0000-00-00. Is there a specific way to insert and update dates?
P.S. Same thing with time...