Open ikerib opened 8 years ago
working with symfony 3 https://github.com/stephanecollot/DatetimepickerBundle/pull/36
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);
Use: "mwsimple/datetimepicker-bundle": "2.0.0" in composer.json,
I'm using symfony 3.1. I tried to used the stephanecollot/DatetimepickerBundle but it's not install and throw below error.
Problem 1
+1 Doesnt work (install impossible) with symfony 3.2.2
Use: "mwsimple/datetimepicker-bundle": "2.0.0" in composer.json
https://github.com/stephanecollot/DatetimepickerBundle/pull/36
I can confirm that @gonzakpo 's branch works nicely even with 3.2.7.
@stephanecollot - you about these days to merge the changes?
Hi guys,
Just FYI, I merged.
Cheers
2017-04-28 19:31 GMT+02:00 Ben notifications@github.com:
I can confirm that @gonzakpo https://github.com/gonzakpo 's branch works nicely even with 3.2.7.
@stephanecollot https://github.com/stephanecollot - you about these days to merge the changes?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stephanecollot/DatetimepickerBundle/issues/34#issuecomment-298059211, or mute the thread https://github.com/notifications/unsubscribe-auth/ABISjCDDzfqJHMT4OdwsRtwHopLQZiHtks5r0iJjgaJpZM4IPq3A .
@stephanecollot I would close here then. :)
Hi! I was using this bundle https://github.com/MWSimple/SCDatetimepickerBundle recently. But, the repository has been removed. This bundle https://github.com/stephanecollot/DatetimepickerBundle doesn't work with Symfony3.* Does anyone have a solution?
exist but still can't use https://packagist.org/packages/mwsimple/scdatetimepicker-bundle. it says sth like this, "Failed to clone https://github.com/MWSimple/DatetimepickerBundle.git via https, ssh protocols, aborting."
++ fix it please. This bundle will be very helpful for me