Hi there,

since I did the update to cake 1.3 final
- debug() does not output anything
- some validatiung is no more done
- limiting date/time range is not working..

echo "<td>".    $this->Form->input('Geburtsdatum',array('dateFormat' =>
'DMY', 'minYear' => date('Y') - 90, 'maxYear' => date('Y') - 16 ))


results in a tiome range from 1990 to 2030

Any hint why and how to solve?

Thanks in advance

Michael

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to