public function __construct($name, $title = null, $value = "")
 {
     parent::__construct($name, $title, $value);
     $this->dateField->setConfig("showcalendar", true);
 }
 public function __construct($name, $title = null, $value = "")
 {
     parent::__construct($name, $title, $value);
     $this->timeField = TimepickerField::create($name . '[time]', false);
 }