File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ If you want to change the default range to inclusive set `DATE_SCOPES_DEFAULT_RA
76
76
- [ ` seconds ` ] ( #seconds )
77
77
- [ ` minutes ` ] ( #minutes )
78
78
- [ ` hours ` ] ( #hours )
79
+ - [ ` days ` ] ( #days )
80
+ - [ ` weeks ` ] ( #weeks )
79
81
- [ ` months ` ] ( #months )
80
82
- [ ` quarters ` ] ( #quarters )
81
83
- [ ` years ` ] ( #years )
@@ -166,7 +168,7 @@ Transaction::ofLast12Months(); // query transactions created during the last 12
166
168
Transaction::ofLastMonths(24); // query transactions created during the last N months
167
169
```
168
170
169
- ### Quarter
171
+ ### Quarters
170
172
171
173
``` php
172
174
// query by QUARTERS
@@ -193,10 +195,10 @@ Transaction::ofLastDecade(); // query transactions created during the last decad
193
195
Transaction::ofLastDecades(2); // query transactions created during the last N decades
194
196
```
195
197
196
- ### Millennium
198
+ ### Millenniums
197
199
198
200
``` php
199
- // query by MILLENNIUM
201
+ // query by MILLENNIUMS
200
202
Transaction::ofLastMillennium(); // query transactions created during the last millennium
201
203
Transaction::ofLastMillenniums(2); // query transactions created during the last N millenniums
202
204
```
You can’t perform that action at this time.
0 commit comments