I have some documents being created every day.
How I could get all the documents created based on the day?
Hi ! I think you can do like this:
Compare the beginning of the $createdAt attribute with today's date, for example:
Query.startsWith("$createdAt", "2023-08-12")
I've thought createdAt wasn't an attribute...
Will check, thanks
Humm
Seems yes, will try
@XaFigg Thanks, it works perfectly as supposed. Thanks again! :appwritepeepo:
[SOLVED] Query all documents made a day
Perfect 😁
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...
- Temporary $permissions hickup?
Hello, today at ~13:50 (CEST/UTC+2) our customers reported they couldn't see any data in our application. We checked and indeed, the application was working, bu...