---
title: "tx_solr.general"
manual: "Apache Solr for TYPO3"
version: "12.1"
source: "Configuration/Reference/TxSolrGeneral.rst"
modified: "2026-09-16T15:14:12+00:00"
---

# tx_solr.general

This section defines general settings.

-   [dateFormat.date](#dateformat-date)

## dateFormat.date

-   *Type:* String
-   *TS Path:* plugin.tx_solr.general.dateFormat.date
-   *Default:* d.m.Y H:i
-   *Since:* 1.0
-   *See:* [http://www.php.net/manual/de/function.strftime.php](http://www.php.net/manual/de/function.strftime.php)

Defines the format that is used for dates throughout the extension like in
view helpers for example. The format uses the `strftime()` php function syntax,
please consult the php documentation for available options.
