我收到此错误,但仅在一个页面中,在其他页面上它工作正常。为什么 ?
echo $this->Form->input('Card.month', array('type' => 'date','autocomplete' => 'off','label' => false,'dateFormat' => 'M ', '空' => false, '分隔符' => ' '));
echo $this->Form->input('Card.year', array('type' => 'date','autocomplete' => 'off','label' => false, 'dateFormat' => 'Y ', 'empty' => false, 'separator' => ' ', 'minYear' => date('Y'), 'maxYear' => date('Y', strtotime('+20 years'))) );