Natalia Stanko

Results 3 comments of Natalia Stanko

> Thanks for your report. Did you see this deprecation with the 1.x or 2.x version of this bundle? I can see it using doctrine/common 2.9.x-dev I use liip/functional-test-bundle 2.0.0-alpha6

Use https://github.com/MWSimple/DatetimepickerBundle fork with `"stephanecollot/datetimepicker-bundle": "~2.0.0"` in composer.json, and add your form field like that: `use SC\DatetimepickerBundle\Form\Type\DatetimeType;` `$builder->add('datetimefield', DatetimeType::class);`