fetch documents created today, this week, this month
Sorry, would you please provide more context/details?
i want to fetch documents when a user clicks a filter option like if the user click's Past 24 hours i want to fetch documents created in the past 24 hours if the user click's This week i want to fetch documents that are created this week and if the user chooses this month i want to fetch documents that are created this month
Use a query on the created at attribute:
How to get documents by date?
Recommended threads
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...
- how to access the value of account statu...
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...