diff --git a/ext/index/theme.php b/ext/index/theme.php index cf45bd24..a0dd4d05 100644 --- a/ext/index/theme.php +++ b/ext/index/theme.php @@ -312,11 +312,11 @@ and of course start organising your images :-)
Search for posts by date posted.
posted>=07-19-2019-
Returns posts posted on or after 07-19-2019.
+posted>=2019-07-19+
Returns posts posted on or after 2019-07-19.
Can use <, <=, >, >=, or =. Date format is mm-dd-yyyy. Date posted includes time component, so = will not work unless the time is exact.
+Can use <, <=, >, >=, or =. Date format is yyyy-mm-dd. Date posted includes time component, so = will not work unless the time is exact.