我正在尝试使用symfony的sfwidgetdate将日期字段添加到mysql数据库中,但它无法正常工作。 在schema.yml中,我将数据类型设置为“date”
sfwidget是
"start_date" => new sfWidgetFormDate(array("format" => "%year% %month%"))
在模板Ive中
<?php echo $form['start_date']->render();?>
我使用的是学说
编辑.. 日期值作为数组传递