I'm new with Symfony and EasyAdmin. In my entity I have a birthday. But when I show it, it shows the start year 2012, end 2022. How can I fix it?
This is the code:
/**
* @var \date
*
* @ORM\Column(name="birth_day", type="date")
*/
private $birthDay;