From 5f811fa375b55e83554e509c2a80c4c5fd253362 Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Sat, 13 Apr 2024 13:29:11 +0200 Subject: [PATCH] [DOCS] Fix documented format for DateTime lower upper Fixes: #180 --- Documentation/YamlReference/FieldTypes/DateTime/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/YamlReference/FieldTypes/DateTime/Index.rst b/Documentation/YamlReference/FieldTypes/DateTime/Index.rst index 5ef05d77..f2873eb1 100644 --- a/Documentation/YamlReference/FieldTypes/DateTime/Index.rst +++ b/Documentation/YamlReference/FieldTypes/DateTime/Index.rst @@ -52,10 +52,10 @@ Settings An array which defines an integer range within which the value must be. Keys: - lower (string in format `H:i Y-m-d`) + lower (string in format `Y-m-d H:i:s`) Defines the min date. - upper (string in format `H:i Y-m-d`) + upper (string in format `Y-m-d H:i:s`) Defines the max date. It is allowed to specify only one of both of them.