Issue with Date Time fields

2007-04-03 Thread digital spaghetti
Hey folks, Before I raise a ticket in the trac I wanted to check out if anyone knows if this is a bug, or if I should be doing something in beforeSave? I have a model, Event. In it, I have 2 fields event_date and event_time, obviously being DATE and TIME fields. In my view, I render them

Re: Issue with Date Time fields

2007-04-03 Thread Samuel DeVore
I will usually do something like this before doing a save $this-cleanUpFields('Event'); see http://api.cakephp.org/class_controller.html#43aea5e84ef8550cf3ae8a97ca18ec1e On 4/3/07, digital spaghetti [EMAIL PROTECTED] wrote: Hey folks, Before I raise a ticket in the trac I wanted to check