26 if ($value ==
'0000-00-00 00:00:00' or !$value) {
27 return $this->lng->txt(
'no_date');
52 return $this->lng->txt(
'no_date');
65 if (!$value || $value ==
"-") {
69 return substr($value, 0, -9);
parseFormInput($value)
function parses stored value to the variable needed to fill into the form for editing.
formatDate($value, $format)
getHTML($link=true)
Outputs html of a certain field.
Class ilDclBaseRecordRepresentation.
foreach($mandatory_scripts as $file) $timestamp
getRecordField()
Get Record Field.
Class ilDclDateTimeRecordRepresentation.