We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6fb77 commit 0d9c7c2Copy full SHA for 0d9c7c2
components/finder.rst
@@ -343,7 +343,7 @@ Restrict files by last modified dates with the
343
344
Restrict by a date range by chaining calls or passing an array::
345
346
- $finder->date('>= 2018-01-01')->size('<= 2018-12-31');
+ $finder->date('>= 2018-01-01')->date('<= 2018-12-31');
347
348
// same as above
349
$finder->date(array('>= 2018-01-01', '<= 2018-12-31'));
0 commit comments