My goal is to create a custom date field (which should work with Doctrine). The main difference from the basic Symfony is that it should not be 3 drop-down menus, but one <input type="date"> .
I tried several guides like the Symfony book and some useful answers here.
However, the more solutions I try to implement, the more problems I see.
Can someone write or advise a tutorial for this task?
Thanks in advance.
source share