Inserting a Hidden Date Field in a Symfony Form
Overview
This demonstrates creating and using a data transformation class in Symfony forms.[1]
DataTransformer class
Register the new field type as a service
Usage in forms
Notes
- ↑ Symfony2, How to add a hidden date type field to a form?, Stackoverflow