このエラーが発生していますが、1 つのページでのみ、他のページでは正常に動作しています。なぜ ?
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'))) );