19 declare(strict_types=1);
35 return self::TYPE_DATETIME;
63 public function importFromECS(
string $a_ecs_type, $a_value,
string $a_sub_id): bool
66 switch ($a_ecs_type) {
75 $this->
getADT()->setDate($value);
89 if (!($a_value[
'lower'] ??
false) || !($a_value[
'upper'])) {
92 if ($a_value[
'lower'] ??
false) {
95 if ($a_value[
'upper'] ??
false) {
static parseIncomingDate($value, bool $add_time=false)
Try to parse incoming value to date object.
Representation of ECS EContent Time Place.
AMD field abstract base class.
importFromECS(string $a_ecs_type, $a_value, string $a_sub_id)
getValueForXML(ilADT $element)
AMD field type date time.
importValueFromXML(string $a_cdata)
getLuceneSearchString($a_value)
ADT definition base class.