3 require_once
"Services/ADT/classes/Bridges/class.ilADTFormBridge.php";
17 $this->text_input = (bool)$a_value;
24 $adt_date = $this->
getADT()->getDate();
27 $date->setShowTime(
true);
31 if((
bool)$this->text_input)
39 $date->enableDateActivation(
"", $this->
getElementId().
"_tgl", !(!$adt_date || $adt_date->isNull()));
43 $date->setDate($adt_date);
56 if(!$field->invalid_input)
63 !(
bool)$this->text_input)
66 $toggle =
$_POST[$field->getActivationPostVar()];
73 if($incoming[
"date"] && $incoming[
"time"])
79 $this->
getADT()->setDate($date);
81 $field->setDate($this->
getADT()->getDate());
85 $this->invalid_input =
true;
92 return !(bool)$this->invalid_input;