Hey, sorry for the late reply. For time data, I still use the $form->dateTime function, there is a parameter that voids the Date value. If you check out the source code, it explains it all.
API: http://api.cakephp.org/class/form-helper#method-FormHelperdateTime Source: http://api.cakephp.org/view_source/form-helper/#line-1479 So basically you'll want to set the second parameter to 'NONE', and hopefully this will work for you. ps: I've test this with a 'time' column type and it worked for me. Goodluck! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
