In my field created_at, in both newSuccess.php and editSuccess.php, is a select box and it only shows years from 2006 to 2016. How can I change this to show older years?
In my field created_at , in both newSuccess.php and editSuccess.php , is a select
Share
You could set the “years” option of the sfWidgetFormDate which is part of sfWidgetFormDateTime
If you only need the date component, I would suggest to overwrite the basic form
See also