EasyAdmin Symfony Date start from 2012 and end 2022 -
i'm new symfony , easyadmin. in entity have birthday. when show it, shows start year 2012, end 2022. how can fix it?
this code:
/** * @var \date * * @orm\column(name="birth_day", type="date") */ private $birthday;
Comments
Post a Comment