widgetSchema['time_start'] = new sfWidgetFormRichDateTime(); $this->validatorSchema['time_start'] = new sfValidatorRichDateTime(array('required' => false)); $this->widgetSchema['time_end'] = new sfWidgetFormRichDateTime(); $this->validatorSchema['time_end'] = new sfValidatorRichDateTime(array('required' => false)); $this->widgetSchema->setLabels(array( 'time_start' => 'Počátek dražby', 'time_end' => 'Konec dražby' )); } }