I want to show specific month with year data according to $ceatedAt property , i am unable to do it , how will i do this ?
databaseID,
collectionId,
[
Query.limit(50),
Query.orderDesc("$createdAt"),
Query.greaterThan("$createdAt",date).
Query.notEqual("status","failed"),
]
);```
this code i have written , but its not working at all
Did you format date as an iso 8601 string in UTC?
After converting , my code works , thanks
[SOLVED] Appwrite Query Help with $createdAt property
Recommended threads
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...