dateTime = $dateTime; } /** * Set modified date * * @param \Magento\Framework\DataObject $object * @return $this */ public function beforeSave($object) { $object->setData( $this->getAttribute()->getAttributeCode(), (new \DateTime())->format(\Magento\Framework\Stdlib\DateTime::DATETIME_PHP_FORMAT) ); return $this; } }