if ($this->RegistrationDate instanceof DateTime) {
            $data['user_regdate_nice'] = $this->RegistrationDate->format("Y-m-d H:i:s");
        }