Skip to content

Commit

Permalink
[DOCS] Fix documented format for DateTime lower upper
Browse files Browse the repository at this point in the history
Fixes: #180
  • Loading branch information
nhovratov committed Apr 13, 2024
1 parent 7bc393d commit 5f811fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/YamlReference/FieldTypes/DateTime/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5f811fa

Please sign in to comment.