specifying date format when using $form->inputs() in CakePHP

hi all,

I am wondering if there is a way to specify the date format in the forms created using CakePHP's $form->inputs(); Please note that this is not the individual $form->input() but instead $form->inputs() that will create the whole form fields automagically.

Any input will be appreciated. Thanks.