在我的表格中,我正在使用这样的东西
$this->add(array(
'name' => 'date1',
'type' => 'Zend\Form\Element\Date',
'options' => array(
'label' => 'Date:',
)
));
在我看来,我正在使用这个
echo $this->formRow($form->get('date1'));
但它没有创建任何日历。
编辑:在 Fire Fox 中遇到了这个问题,在 Chrome 中有某种日历,我不知道为什么!