2 require_once(
'./Modules/DataCollection/classes/Fields/Base/class.ilDclBaseRecordRepresentation.php');
24 if ($value ==
'0000-00-00 00:00:00' OR !$value) {
25 return $this->lng->txt(
'no_date');
47 return $this->lng->txt(
'no_date');
59 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.
formatDate($value, $format)
date( 'd-M-Y', $objPHPExcel->getProperties() ->getCreated())
getHTML($link=true)
Outputs html of a certain field.
Class ilDclBaseRecordRepresentation.
foreach($mandatory_scripts as $file) $timestamp
getRecordField()
Get Record Field.
Class ilDclDateTimeRecordRepresentation.