Symfony Docs say that we can use birthday date in forms. but they have not given any example how to use that
Can anyone please tell me where do I need to write birthday
in doctrine entity?
Symfony Docs say that we can use birthday date in forms. but they have not given any example how to use that
Can anyone please tell me where do I need to write birthday
in doctrine entity?
You have plenties of example on the internet:
The Birthday is the form_widget.
ex. in controller:
This widget can be mapped to DateTime field
Here you got reference to docs about this field: http://symfony.com/doc/current/reference/forms/types/birthday.html
Regards, Max