I have an auto generated BaseBlahBlahBlahFilter.class file in my /lib/filter/base/ folder. It contain the following line for data type field :
date => new sfWidgetFormFilterDate(array( from_date => new sfWidgetFormDate(), to_date => new sfWidgetFormDate(), with_empty => true)),
When the form loads it shows me empty values for all month/day/year drop downs. Is there a way I can set default values (for example today s date) to that drop downs?