it´s not working with symfony 3.*
++ fix it please. This bundle will be very helpful for me
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 - Installation request for stephanecollot/datetimepicker-bundle v1.0.1 -> satisfiable by stephanecollot/datetimepicker-bundle[1.0.1]. - stephanecollot/datetimepicker-bundle 1.0.1 requires symfony/symfony 2.* -> satisfiable by symfony/symfony[2.0.7, 2.0.x-dev, 2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, v2.0.10, v2.0.11, v2.0.12, v2.0.13, v2.0.14, v2.0.15, v2.0.16, v2.0.17, v2.0.18, v2.0.19, v2.0.20, v2.0.21, v2.0.22, v2.0.23, v2.0.24, v2.0.25, v2.0.9, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.3, v2.7.4, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.2, v2.8.3, v2.8.4, v2.8.5, v2.8.6, v2.8.7, v2.8.8, v2.8.9] but these conflict with your requirements or minimum-stability.
+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 [email protected]:
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. :)
use https://github.com/MWSimple/SCDatetimepickerBundle
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?
exists https://packagist.org/packages/mwsimple/scdatetimepicker-bundle
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."