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);
foreach($mandatory_scripts as $file) $timestamp
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getRecordField()
Get Record Field.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
formatDate(string $value, string $format)
getHTML(bool $link=true, array $options=[])
Outputs html of a certain field.
parseFormInput($value)
function parses stored value to the variable needed to fill into the form for editing.