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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)