Hi Stu, thanks for your answer. I used "time" as column type, cause the start and end time in my model has nothing to do with any date, but only with the time of day (general opening times for a store, for example). So I'll have to use "datetime" as column and then simply ignore the date part (with date_format) when displaying the time information in my views?
On 26 Mai, 17:26, Stu <[email protected]> wrote: > This is strange, I had to double check in my app to check it out. It > is normal for cake to store dateTime information in an array, and it > "Should" save it correctly to your MySql table. Could you send your > controller and view code? Taking a shot in the dark, I'd think it's > because of your column type in your table, make sure it's 'datetime'. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
