3 require_once
"Services/ADT/classes/Bridges/class.ilADTFormBridge.php";
17 $this->text_input = (bool)$a_value;
27 $adt_date = $this->
getADT()->getDate();
30 $date->setShowTime(
false);
34 if((
bool)$this->text_input)
42 $date->enableDateActivation(
"", $this->
getElementId().
"_tgl", !(!$adt_date || $adt_date->isNull()));
46 $date->setDate($adt_date);
59 if(!$field->invalid_input)
66 !(
bool)$this->text_input)
69 $toggle =
$_POST[$field->getActivationPostVar()];
82 $this->
getADT()->setDate($date);
84 $field->setDate($this->
getADT()->getDate());
88 $this->invalid_input =
true;
95 return !(bool)$this->invalid_input;