public function getValue() { $value = parent::getValue(); return $value instanceof \dateTime === false ? $value : $value->format(self::mysqlDateTimeFormat); }