I have a small issue I am working on a small project using Sonata but I am trying to figure out how to customize the date range which a person can choose a date, example from 1 January 2000 to 31 December 2020. Could someone tell me where I can find it in the Sonata documentation or show me how to do it ? Because I have a little look and I have nothing to completely customize the choice of dates.
Thanks in advance
Edit :
In symfony documentation I found this
'days' => range(1,31)
Here : http://symfony.com/doc/current/reference/forms/types/date.html
But I can't found anything in the sonata doc. And not working like on Symfony :/