I have never tried a date range, but the docs suggest that is possible:MonkhouseHosting wrote:I have done that with the foreign web sites but theres no date range.
range:
(mixed)
Restricts fetching entries to a specific timespan. Behaves
differently depending on the type:
Code: Select all
Numeric:
YYYYMMDD - Shows all entries from YYYY-MM-DD.
If DD is "00", it will show all entries from that month.
If DD is any other number, it will show entries
of that specific day.
2-Dimensional Array:
Key #0 - Specifies the start timestamp (unix seconds)
Key #1 - Specifies the end timestamp (unix seconds)
Other (null, 3-dimensional Array, ...):
Entries newer than $modified_since will be fetched