contributte / forms

:sparkles: Extra contrib to nette/forms (@nette)
https://contributte.org/packages/contributte/forms.html
MIT License
9 stars 4 forks source link

Fixed compatibility with Doctrine ORM #33

Closed petrparolek closed 1 year ago

petrparolek commented 1 year ago

Fix bug #34

petrparolek commented 1 year ago

I see, I found solution in PR description 31

$dateControl = new Contributte\Forms\Controls\DateTime\DateInput('Datum');
$endDateControl->setValueType(\DateTime::class);