NN
Size: a a a
NN
DL
AI
DL
AC
VS
AC
ИЛ
VS
ИЛ
AP
$node->field_dates->setValue([
'value'=> $startDate->format(DateTimeItemInterface::DATE_STORAGE_FORMAT),
'end_value' => $endDate->format(DateTimeItemInterface::DATE_STORAGE_FORMAT),
]);
$node->field_dates->setValue([
'value'=> gmdate(DateTimeItemInterface::DATE_STORAGE_FORMAT, $startDate->getTimestamp()),
'end_value' => gmdate(DateTimeItemInterface::DATE_STORAGE_FORMAT, $endDate->getTimestamp())
]);
$entity->field->propertyDD
DD
DD
AI
DD
DD
AI