Hi.
I tried that way:
'date_create' => array('rule'=>array('date', 'dmy')),
'date_show' => array('date'),
And in the view
echo $form->input('data_create', array('dateFormat'=>'DMY',
'timeFormat'=>'none'));
echo $form->input('data_show');
What's wrong? Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---