24 public function getHTML(
bool $link =
true, array $options = []): string
27 if ($value ==
'0000-00-00 00:00:00' || !$value) {
28 return $this->
lng->txt(
'no_date');
49 return $this->
lng->txt(
'no_date');
58 if (!$value || $value ==
"-") {
62 return substr($value, 0, -9);
parseFormInput($value)
function parses stored value to the variable needed to fill into the form for editing.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
foreach($mandatory_scripts as $file) $timestamp
getRecordField()
Get Record Field.
getHTML(bool $link=true, array $options=[])
Outputs html of a certain field.
formatDate(string $value, string $format)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...