public function __construct($options = array(), $attributes = array())
 {
     $this->addOption('time', array());
     $this->addOption('date', array());
     parent::__construct($options, $attributes);
 }