jonseg / crud-admin-generator

An open source tool to generate a complete backend from a MySql database.
http://crud-admin-generator.com/
MIT License
1.43k stars 441 forks source link

how to add datepicker ? #89

Open melodicdhyt opened 8 years ago

melodicdhyt commented 8 years ago

can anyone help me to add datepicker ? thanks

nympheastudio commented 8 years ago

Take a look at http://symfony.com/doc/current/reference/forms/types/date.html

Or in JS you can also change type="text" by type="date"

genofire commented 6 years ago

@nympheastudio it does not help, i got a:

TransformationFailedException in DateTimeToArrayTransformer.php line 76: Expected a \DateTime.

with mysql fields date, datetime and timestamp.