Would you mind posting the code you have that is creating this data as well, so we can see if there are any discrepancies? It would help diagnosing the issue.
In the name of Life, Liberty, and the pursuit of my sanity. Siebren Bakker(Aevum Decessus) On Wed, Jul 16, 2008 at 06:57, liammc87 <[EMAIL PROTECTED]> wrote: > > > I'm new to cake and have a problem with the form date helper. I'm using > v.1.2.0.7296 RC2. > > I have a date field in my table, but the scaffolding returns (what I think) > is an strange value. It basically returns the array like this: > > Array > ( > [Date] => Array > ( > [people] => 5 > [service] => 1 > [date] => Array > ( > [month] => 07 > ) > > ) > > [date] => Array > ( > [date] => Array > ( > [day] => 16 > [year] => 2008 > ) > > ) > > ) > > Because of this (well, I think it's only because of this), it cannot write > it to the database. Basically, the month is capitalized, but the day and > year aren't? > > I hope this makes sense. Is it a bug? Please help! > -- > View this message in context: > http://www.nabble.com/Form-Helper---Date-Problem-tp18485260p18485260.html > Sent from the CakePHP mailing list archive at Nabble.com. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
