This example may help:
http://book.cakephp.org/view/189/Automagic-Form-Elements
echo $form->input('birth_dt', array( 'label' => 'Date of birth'
, 'dateFormat' => 'DMY'
, 'minYear' => date('Y') - 70
, 'maxYear' => date('Y') - 18 ));
On Sep 10, 5:10 pm, shabba <[EMAIL PROTECTED]> wrote:
> Thats all very well, but i want to set it in $form->input
>
> On Sep 9, 7:03 pm, "Yodi Aditya" <[EMAIL PROTECTED]> wrote:
>
> > use date function. in controller.
> > for example, date('Y-m-d H:i:s')
>
> > On 9/8/08, shabba <[EMAIL PROTECTED]> wrote:
>
> > > How do you set the default formatting for date. Its set to m-d-y as
> > > default, this is great, but when you need user interaction and the
> > > standard is d-m-Y. Its really not practical to add formatting to each
> > > $form->input, is there a better way?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---