stephanecollot / DatetimepickerBundle

MIT License
57 stars 58 forks source link

it´s not working with symfony 3.* #34

Open ikerib opened 8 years ago

manhunto commented 8 years ago

++ fix it please. This bundle will be very helpful for me

gonzaloalonsod commented 8 years ago

working with symfony 3 https://github.com/stephanecollot/DatetimepickerBundle/pull/36

nataliastanko commented 8 years ago

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);

gonzaloalonsod commented 8 years ago

Use: "mwsimple/datetimepicker-bundle": "2.0.0" in composer.json,

harikumarmano commented 8 years ago

I'm using symfony 3.1. I tried to used the stephanecollot/DatetimepickerBundle but it's not install and throw below error.

Problem 1

airv-b commented 7 years ago

+1 Doesnt work (install impossible) with symfony 3.2.2

gonzaloalonsod commented 7 years ago

Use: "mwsimple/datetimepicker-bundle": "2.0.0" in composer.json

https://github.com/stephanecollot/DatetimepickerBundle/pull/36

benoliver999 commented 7 years ago

I can confirm that @gonzakpo 's branch works nicely even with 3.2.7.

@stephanecollot - you about these days to merge the changes?

stephanecollot commented 7 years ago

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 .

xabbuh commented 7 years ago

@stephanecollot I would close here then. :)

gonzaloalonsod commented 6 years ago

use https://github.com/MWSimple/SCDatetimepickerBundle

nioperas06 commented 6 years ago

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?

gonzaloalonsod commented 6 years ago

exists https://packagist.org/packages/mwsimple/scdatetimepicker-bundle

vibolyoeung commented 6 years ago

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."