I'm using Symfony2.1 (beta). I can't find a way to display labels for datetime fields in forms.
In the reference there is no trace of a label property. How can it be?!
|
I'm using Symfony2.1 (beta). I can't find a way to display labels for In the reference there is no trace of a |
|||||
|
|
Try this. I use it every time and works like a charm. Maybe docs bug?
|
|||||
|
|
You can show the label of a field "myDate" for example like this:
(Documentation: http://symfony.com/doc/current/book/forms.html) You can also personalize your form render: http://symfony.com/doc/current/cookbook/form/form_customization.html |
|||
|