symfony doctrine type datetime expected format y-m-d h:i:s
From the value "2014-03-03"
, it seems that your database column type is date
but not datetime
.
Run php app/console doctrine:schema:update
to check whether there are changes.
From the value "2014-03-03"
, it seems that your database column type is date
but not datetime
.
Run php app/console doctrine:schema:update
to check whether there are changes.