Yeah, it gets auto split up into month/day/year. You might want to
look at the controller function cleanUpFields.
In my controllers I do something like this:
$this->data['Article']['date'] =
$this->data['Article']['date_year'] . "-" .
$this->data['Article']['date_month'] . "-" .
$this->data['Article']['date_day'];
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---