Skip to content Skip to sidebar Skip to footer

Cakephp Customizing The Output Of Date Input Form Helpers

I got echo $this->Form->input('birthdate', array( 'label' => __('Geburtsdatum', true) , 'dateFormat' => 'DMY' , 'minYear

Solution 1:

There is a separator option you can specify:

'separator' => 'YOUR_SEPARATOR'

Post a Comment for "Cakephp Customizing The Output Of Date Input Form Helpers"