Where can I find an example of a query on a date field (for example date is before today). Thanks in advance.
You need to pass an iso formatted string in UTC timezone
As for examples...you can search discord. For ex, https://discord.com/channels/564160730845151244/1083025124258746409
Ok thanks
If your problem is resolved, please update the title of the post with the [SOLVED] prefix
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...