26 assert($excel instanceof
ilExcel);
28 $value = parent::getValueFromExcel($excel, $row, $col);
30 return date(
'Y-m-d', strtotime(
$value));
43 return substr(
$value, 0, 10);
An exception for terminatinating execution or to throw for unit testing.
Class ilDclBaseFieldModel.
Class ilDclBaseFieldModel.
parseValue($value)
Function to parse incoming data from form input value $value.
parseSortingValue($value, $link=true)
Returns sortable value for the specific field-types.
parseExportValue($value)
Function to parse incoming data from form input value $value.
getValueFromExcel($excel, $row, $col)
@inheritDoc