diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index f555f3a48967..b59242c2d56b 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -190,7 +190,7 @@ Explanation of Values: * ``datetime-ms`` - date and time with millisecond format * ``datetime-us`` - date and time with microsecond format * ``time`` - time format - This can be used since v4.5.0, and you can get the value, e.g., ``$db->dateFormat[datetime]``. + This can be used since v4.5.0, and you can get the value, e.g., ``$db->dateFormat['datetime']``. Currently, the database drivers do not use these values directly, but just provide the values. ================ ===========================================================================================================