0
我有一個ZF2表格日期元素,我使用這種方式形式的日期元問題,ZF2不同的瀏覽器
$this->add(array(
'type' => 'Zend\Form\Element\Date',
'name' => 'releasedate',
'options' => array(
'label' => 'Release Date'
),
'attributes' => array(
'min' => '2012-01-01',
'max' => '2020-01-01',
'step' => '1',
)
));
因此,在鉻我得到一個日期選取器,但不是在Safari或Firefox?我需要爲此做任何新的配置?