format

format (type => datetime)
Path

$GLOBALS['TCA'][$table]['columns'][$field]['config']

Type

string (keyword)

Scope

Display

Sets the output format if the field is set to read-only. Read-only fields with format set to "date" will be formatted as "date", "datetime" as "datetime" and "time" as "time".

Note

The format option defines only the display of the field value. The storage format is defined via dbType or eval=int.