Data passed by DataBin Grid functionality. $dateTimeFormat = \Utility\Definitions\Locale::getDateTimeFormat(); foreach ($this->_data as $rowId => $rowData) { $this->_data[$rowId]['profile_created'] = $rowData['profile_created']->format($dateTimeFormat); } } }