From 39e29a883a57bd35bc3a81f954646a522ca6cc6b Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 1 Feb 2023 19:55:41 +0000 Subject: [PATCH] iso8601 --- ext/index/theme.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.